aboutsummaryrefslogtreecommitdiff
path: root/dev/sparktestsupport
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2015-08-11 02:41:03 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-08-11 02:41:03 -0700
commit600031ebe27473d8fffe6ea436c2149223b82896 (patch)
tree22e30851aadc63dc73e08d87800bc00b7e4429a0 /dev/sparktestsupport
parent55752d88321925da815823f968128832de6fdbbb (diff)
downloadspark-600031ebe27473d8fffe6ea436c2149223b82896.tar.gz
spark-600031ebe27473d8fffe6ea436c2149223b82896.tar.bz2
spark-600031ebe27473d8fffe6ea436c2149223b82896.zip
[SPARK-9727] [STREAMING] [BUILD] Updated streaming kinesis SBT project name to be more consistent
Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #8092 from tdas/SPARK-9727 and squashes the following commits: b1b01fd [Tathagata Das] Updated streaming kinesis project name
Diffstat (limited to 'dev/sparktestsupport')
-rw-r--r--dev/sparktestsupport/modules.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index d82c0cca37..346452f317 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -134,7 +134,7 @@ streaming = Module(
# files in streaming_kinesis_asl are changed, so that if Kinesis experiences an outage, we don't
# fail other PRs.
streaming_kinesis_asl = Module(
- name="kinesis-asl",
+ name="streaming-kinesis-asl",
dependencies=[],
source_file_regexes=[
"extras/kinesis-asl/",
@@ -147,7 +147,7 @@ streaming_kinesis_asl = Module(
"ENABLE_KINESIS_TESTS": "1"
},
sbt_test_goals=[
- "kinesis-asl/test",
+ "streaming-kinesis-asl/test",
]
)