Github user jerryshao commented on a diff in the pull request:

    https://github.com/apache/spark/pull/6830#discussion_r33429546
  
    --- Diff: python/run-tests ---
    @@ -126,7 +126,20 @@ function run_streaming_tests() {
           KAFKA_ASSEMBLY_JAR="$f"
         done
     
    -    export PYSPARK_SUBMIT_ARGS="--jars ${KAFKA_ASSEMBLY_JAR} pyspark-shell"
    +    FLUME_ASSEMBLY_DIR="$FWDIR"/external/flume-assembly
    +    JAR_PATH="${FLUME_ASSEMBLY_DIR}/target/scala-${SPARK_SCALA_VERSION}"
    --- End diff --
    
    Hi @zsxwing , this `JAR_PATH` will be different by default when you choose 
Maven against SBT as far as I know, so test with Maven build will fail to find 
the assembly jar, you could refer to #5632 .


---
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