-
- Downloads
[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.
Showing
- extras/kinesis-asl/src/main/scala/org/apache/spark/streaming/kinesis/KinesisTestUtils.scala 41 additions, 47 deletions...org/apache/spark/streaming/kinesis/KinesisTestUtils.scala
- extras/kinesis-asl/src/test/scala/org/apache/spark/streaming/kinesis/KPLBasedKinesisTestUtils.scala 72 additions, 0 deletions...he/spark/streaming/kinesis/KPLBasedKinesisTestUtils.scala
- extras/kinesis-asl/src/test/scala/org/apache/spark/streaming/kinesis/KinesisBackedBlockRDDSuite.scala 1 addition, 1 deletion.../spark/streaming/kinesis/KinesisBackedBlockRDDSuite.scala
- extras/kinesis-asl/src/test/scala/org/apache/spark/streaming/kinesis/KinesisStreamSuite.scala 1 addition, 1 deletion...g/apache/spark/streaming/kinesis/KinesisStreamSuite.scala
- python/pyspark/streaming/tests.py 0 additions, 1 deletionpython/pyspark/streaming/tests.py
Loading
Please register or sign in to comment