GitHub user Sherry302 opened a pull request:

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

    [SPARK-16757][Follow UP] Fix ClassCircularityError in ReplSuite tests in 
Maven build: use 'Class.forName' instead of 'Utils.classForName'

    ## What changes were proposed in this pull request?
    Fix ClassCircularityError in ReplSuite tests when Spark is built by Maven 
build.
    
    ## How was this patch tested?
    (1)
    ```
    build/mvn -DskipTests -Phadoop-2.3 -Pyarn -Phive -Phive-thriftserver 
-Pkinesis-asl -Pmesos clean package
    ```
    Then test:
    ```
    build/mvn -Dtest=none -DwildcardSuites=org.apache.spark.repl.ReplSuite test
    ```
    ReplSuite tests passed
    
    (2)
    Manual Tests against some Spark applications in Yarn client mode and Yarn 
cluster mode. Need to check if spark caller contexts are written into HDFS 
hdfs-audit.log and Yarn RM audit log successfully.

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

    $ git pull https://github.com/Sherry302/spark SPARK-16757

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

    https://github.com/apache/spark/pull/15286.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 #15286
    
----
commit 59bfa231600decfd10b29741182107b4b2c52adc
Author: Weiqing Yang <yangweiqing...@gmail.com>
Date:   2016-09-28T22:04:22Z

    [SPARK-16757][Follow UP] Fix ClassCircularityError in ReplSuite tests in 
Maven build: use 'Class.forName' instead of 'Utils.classForName'

----


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