spark-instrumented-optimizer/extras/kinesis-asl
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
..
src [SPARK-12058][STREAMING][KINESIS][TESTS] fix Kinesis python tests 2015-12-04 12:08:42 -08:00
pom.xml [SPARK-11198][STREAMING][KINESIS] Support de-aggregation of records during recovery 2015-11-09 17:18:49 -08:00