You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andrew Ash (JIRA)" <ji...@apache.org> on 2014/11/11 09:56:35 UTC

[jira] [Commented] (SPARK-639) Standalone cluster should report executor exit codes more nicely to clients

    [ https://issues.apache.org/jira/browse/SPARK-639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14206179#comment-14206179 ] 

Andrew Ash commented on SPARK-639:
----------------------------------

It looks reporting executor exit statuses to the user was done in commit fa9df4a45daf5fd8b19df20c1fb7466bde3b2054 by [~woggle] on 12 Dec 2012 (one day before this ticket was created).

When Spark submit was added I think it may have dropped these exit statuses, but they were re-added in SPARK-3759.

I think this can be closed with a fix version of 0.7.0

{noformat}
aash@aash-mbp ~/git/spark$ git log v0.6.2 | grep fa9df4a45daf5fd8b19df20c1fb7466bde3b2054
aash@aash-mbp ~/git/spark$ git log v0.7.0 | grep fa9df4a45daf5fd8b19df20c1fb7466bde3b2054
commit fa9df4a45daf5fd8b19df20c1fb7466bde3b2054
aash@aash-mbp ~/git/spark$ git log v0.6.2 | grep 'Normalize executor exit statuses and report them to the user.'
aash@aash-mbp ~/git/spark$ git log v0.7.0 | grep 'Normalize executor exit statuses and report them to the user.'
    Normalize executor exit statuses and report them to the user.
aash@aash-mbp ~/git/spark$ git log | grep 'Normalize executor exit statuses and report them to the user.'
    Normalize executor exit statuses and report them to the user.
aash@aash-mbp ~/git/spark$
{noformat}

cc [~rxin]

> Standalone cluster should report executor exit codes more nicely to clients
> ---------------------------------------------------------------------------
>
>                 Key: SPARK-639
>                 URL: https://issues.apache.org/jira/browse/SPARK-639
>             Project: Spark
>          Issue Type: New Feature
>            Reporter: Matei Zaharia
>
> Right now they are just part of a string message, requiring string parsing to make sense of them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org