GitHub user dongjoon-hyun opened a pull request:

    https://github.com/apache/spark/pull/22340

    [SPARK-25337][SQL] `runSparkSubmit` should provide non-testing mode

    ## What changes were proposed in this pull request?
    
    Scala-2.12 test fails due to class path issue.
    - 
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-maven-hadoop-2.7-ubuntu-scala-2.12/
    
    
    ## How was this patch tested?
    
    Manual test. After merging, it will be test via Jenkins.
    
    ```scala
    $ dev/change-scala-version.sh 2.12
    $ build/mvn -DskipTests -Phive -Pscala-2.12 clean package
    $ build/mvn -Phive -Pscala-2.12 -Dtest=none 
-DwildcardSuites=org.apache.spark.sql.hive.HiveExternalCatalogVersionsSuite test
    ...
    HiveExternalCatalogVersionsSuite:
    - backward compatibility
    ...
    Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0
    All tests passed.
    ```


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-25337

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22340.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22340
    
----
commit d451f989bb3c06304d2b962678f1cab7b561df10
Author: Dongjoon Hyun <dongjoon@...>
Date:   2018-09-05T07:47:40Z

    [SPARK-25337][SQL] `runSparkSubmit` should provide non-testing mode

----


---

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

Reply via email to