Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/11701#discussion_r56082124
--- Diff: python/pyspark/streaming/tests.py ---
@@ -1636,7 +1636,13 @@ def search_kinesis_asl_assembly_jar():
jars = "%s,%s,%s,%s,%s" % (kafka_assembly_jar, flume_assembly_jar,
mqtt_assembly_jar,
mqtt_test_jar, kinesis_asl_assembly_jar)
- os.environ["PYSPARK_SUBMIT_ARGS"] = "--jars %s pyspark-shell" % jars
+ # We need to set userClassPathFirst here because the streaming data
source classes are also
--- End diff --
Hmm, maybe I should just remove those classes from the list in
`AbstractCommandBuilder` and have that only include the classes that would have
been in the assembly JAR in the first place.
---
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]