GitHub user vanzin opened a pull request:

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

    [SPARK-16586][core] Handle JVM errors printed to stdout.

    Some very rare JVM errors are printed to stdout, and that confuses
    the code in spark-class. So add a check so that those cases are
    detected and the proper error message is shown to the user.
    
    Tested by running spark-submit after setting "ulimit -v 32000".
    
    Closes #14231

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

    $ git pull https://github.com/vanzin/spark SPARK-16586

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

    https://github.com/apache/spark/pull/14508.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 #14508
    
----
commit 4ed448360dd28dcff605e5ea84777056536b7dee
Author: Marcelo Vanzin <[email protected]>
Date:   2016-08-05T20:00:34Z

    [SPARK-16586][core] Handle JVM errors printed to stdout.
    
    Some very rare JVM errors are printed to stdout, and that confuses
    the code in spark-class. So add a check so that those cases are
    detected and the proper error message is shown to the user.
    
    Tested by running spark-submit after setting "ulimit -v 32000".
    
    Closes #14231

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to