Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/7961#discussion_r36352265
--- Diff: python/pyspark/streaming/tests.py ---
@@ -1013,7 +1009,22 @@ def search_kinesis_asl_assembly_jar():
kafka_assembly_jar = search_kafka_assembly_jar()
flume_assembly_jar = search_flume_assembly_jar()
kinesis_asl_assembly_jar = search_kinesis_asl_assembly_jar()
- jars = "%s,%s,%s" % (kafka_assembly_jar, flume_assembly_jar,
kinesis_asl_assembly_jar)
+ if kinesis_asl_assembly_jar is None:
+ kinesis_jar_present = False
--- End diff --
That is a good point. If that flag is set, then the use definitely wants to
run ALL the kinesis tests. In that case its best to fail.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]