Github user zsxwing commented on the pull request:

    https://github.com/apache/spark/pull/10692#issuecomment-170669146
  
    ```
    Traceback (most recent call last):
      File "/usr/lib64/python2.6/runpy.py", line 122, in _run_module_as_main
        "__main__", fname, loader, pkg_name)
      File "/usr/lib64/python2.6/runpy.py", line 34, in _run_code
        exec code in run_globals
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/streaming/tests.py",
 line 1638, in <module>
        kafka_assembly_jar = search_kafka_assembly_jar()
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/streaming/tests.py",
 line 1564, in search_kafka_assembly_jar
        "remove all but one") % (", ".join(jars)))
    Exception: Found multiple Spark Streaming Kafka assembly JARs: 
/home/jenkins/workspace/SparkPullRequestBuilder/external/kafka-assembly/target/scala-2.10/spark-streaming-kafka-assembly-2.0.0-SNAPSHOT.jar,
 
/home/jenkins/workspace/SparkPullRequestBuilder/external/kafka-assembly/target/spark-streaming-kafka-assembly_2.10-spark-581766.jar;
 please remove all but one
    ```
    This is pretty weird. Where did 
`/home/jenkins/workspace/SparkPullRequestBuilder/external/kafka-assembly/target/spark-streaming-kafka-assembly_2.10-spark-581766.jar`
 come from? @JoshRosen did you see any similar issue?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to