Skip to content

Commit

Permalink
Enables PySpark tests for Flume and Kafka in Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Dec 31, 2017
1 parent 028ee40 commit 3b1533a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/sparktestsupport/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,10 @@ def __hash__(self):
source_file_regexes=[
"python/pyspark/streaming"
],
environ={
"ENABLE_FLUME_TESTS": "1",
"ENABLE_KAFKA_0_8_TESTS": "1"
},
python_test_goals=[
"pyspark.streaming.util",
"pyspark.streaming.tests",
Expand Down

0 comments on commit 3b1533a

Please sign in to comment.