aboutsummaryrefslogtreecommitdiff
path: root/graphx/src/test
diff options
context:
space:
mode:
authorBurak Yavuz <brkyvz@gmail.com>2015-12-04 12:08:42 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2015-12-04 12:08:42 -0800
commit302d68de87dbaf1974accf49de26fc01fc0eb089 (patch)
tree1ac91946df43759ee620e3e0e633f8636d62ee76 /graphx/src/test
parentd0d82227785dcd6c49a986431c476c7838a9541c (diff)
downloadspark-302d68de87dbaf1974accf49de26fc01fc0eb089.tar.gz
spark-302d68de87dbaf1974accf49de26fc01fc0eb089.tar.bz2
spark-302d68de87dbaf1974accf49de26fc01fc0eb089.zip
[SPARK-12058][STREAMING][KINESIS][TESTS] fix Kinesis python tests
Python tests require access to the `KinesisTestUtils` file. When this file exists under src/test, python can't access it, since it is not available in the assembly jar. However, if we move KinesisTestUtils to src/main, we need to add the KinesisProducerLibrary as a dependency. In order to avoid this, I moved KinesisTestUtils to src/main, and extended it with ExtendedKinesisTestUtils which is under src/test that adds support for the KPL. cc zsxwing tdas Author: Burak Yavuz <brkyvz@gmail.com> Closes #10050 from brkyvz/kinesis-py.
Diffstat (limited to 'graphx/src/test')
0 files changed, 0 insertions, 0 deletions