spark-instrumented-optimizer/extras/kinesis-asl/src
Burak Yavuz 302d68de87 [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.
2015-12-04 12:08:42 -08:00
..
main [SPARK-12058][STREAMING][KINESIS][TESTS] fix Kinesis python tests 2015-12-04 12:08:42 -08:00
test [SPARK-12058][STREAMING][KINESIS][TESTS] fix Kinesis python tests 2015-12-04 12:08:42 -08:00