Skip to content

Commit

Permalink
Update the code according
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Apr 10, 2015
1 parent 8a2f3e2 commit f889657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function run_streaming_tests() {
KAFKA_ASSEMBLY_JAR="$f"
done

export EXTRA_PYSPARK_SUBMIT_ARGS="--jars ${KAFKA_ASSEMBLY_JAR}"
export PYSPARK_SUBMIT_ARGS="--jars ${KAFKA_ASSEMBLY_JAR} pyspark-shell"
run_test "pyspark/streaming/util.py"
run_test "pyspark/streaming/tests.py"
}
Expand Down

0 comments on commit f889657

Please sign in to comment.