GitHub user scwf opened a pull request:

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

    [SPARK-3193]output errer info when Process exit code is not zero in test 
suite

    https://issues.apache.org/jira/browse/SPARK-3193
    I noticed that sometimes pr tests failed due to the Process exitcode != 
0,refer to
    
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18688/consoleFull
    
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19118/consoleFull
    
    [info] SparkSubmitSuite:
    [info] - prints usage on empty input
    [info] - prints usage with only --help
    [info] - prints error with unrecognized options
    [info] - handle binary specified but not class
    [info] - handles arguments with --key=val
    [info] - handles arguments to user program
    [info] - handles arguments to user program with name collision
    [info] - handles YARN cluster mode
    [info] - handles YARN client mode
    [info] - handles standalone cluster mode
    [info] - handles standalone client mode
    [info] - handles mesos client mode
    [info] - handles confs with flag equivalents
    [info] - launch simple application with spark-submit *** FAILED ***
    [info]   org.apache.spark.SparkException: Process List(./bin/spark-submit, 
--class, org.apache.spark.deploy.SimpleApplicationTest, --name, testApp, 
--master, local, file:/tmp/1408854098404-0/testJar-1408854098404.jar) exited 
with code 1
    [info]   at 
org.apache.spark.util.Utils$.executeAndGetOutput(Utils.scala:872)
    [info]   at 
org.apache.spark.deploy.SparkSubmitSuite.runSparkSubmit(SparkSubmitSuite.scala:311)
    [info]   at 
org.apache.spark.deploy.SparkSubmitSuite$$anonfun$14.apply$mcV$sp(SparkSubmitSuite.scala:291)
    [info]   at 
org.apache.spark.deploy.SparkSubmitSuite$$anonfun$14.apply(SparkSubmitSuite.scala:284)
    [info]   at org.apacSpark assembly has been built with Hive, including 
Datanucleus jars on classpath
    
    this PR output the process error info when failed, it can be helpful for 
diagnosis.

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

    $ git pull https://github.com/scwf/spark output-test-error-info

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

    https://github.com/apache/spark/pull/2108.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 #2108
    
----
commit 563fde16386ce3188331f1ae5b52424e1c4447ff
Author: scwf <wangf...@huawei.com>
Date:   2014-08-24T09:11:55Z

    output errer info when Process exitcode not zero

----


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