Skip to content

Commit

Permalink
Quoted the classpath, hence removed issues with groupBy.
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhlD committed Jun 16, 2014
1 parent e128ba7 commit 1af2711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pig-spark
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fi
export PIG_CLASSPATH=$PIG_HOME/build/ivy/lib/Pig/netty-3.6.6.Final.jar:$PIG_HOME/pig-withouthadoop.jar:$PIG_HOME/lib/spark/mesos-0.9.0.jar:$PIG_HOME/build/ivy/lib/Pig/*:$HADOOP_CONF_DIR:$PIG_HOME/conf


export SPARK_JARS=$PIG_HOME/build/pig-0.12.0-SNAPSHOT-withdependencies.jar,$PIG_HOME/build/ivy/lib/Pig/twitter4j-core-3.0.3.jar,$PIG_HOME/build/ivy/lib/Pig/twitter4j-stream-3.0.3.jar
export SPARK_JARS="$PIG_HOME/build/pig-0.12.0-SNAPSHOT-withdependencies.jar,$PIG_HOME/build/ivy/lib/Pig/twitter4j-core-3.0.3.jar,$PIG_HOME/build/ivy/lib/Pig/twitter4j-stream-3.0.3.jar"

export SPARK_PIG_JAR=$PIG_HOME/pig.jar

Expand Down

0 comments on commit 1af2711

Please sign in to comment.