You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sumit Nigam (JIRA)" <ji...@apache.org> on 2015/07/28 08:21:05 UTC

[jira] [Comment Edited] (SPARK-7503) Resources in .sparkStaging directory can't be cleaned up on error

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

Sumit Nigam edited comment on SPARK-7503 at 7/28/15 6:21 AM:
-------------------------------------------------------------

For spark on yarn, would yarn not remove all local directories created by container processes upon their exit even if it were unclean exit? In such a case, even if spark fails to remove them, yarn should be able to clear them. 


was (Author: sumit.nigam):
For spark on yarn, would yarn not remove all local directories created by container processes upon their exit? In such a case, even if spark fails to remove them, yarn should be able to clear them. 

> Resources in .sparkStaging directory can't be cleaned up on error
> -----------------------------------------------------------------
>
>                 Key: SPARK-7503
>                 URL: https://issues.apache.org/jira/browse/SPARK-7503
>             Project: Spark
>          Issue Type: Bug
>          Components: YARN
>    Affects Versions: 1.4.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>             Fix For: 1.4.0
>
>
> When we run applications on YARN with cluster mode, uploaded resources on .sparkStaging directory can't be cleaned up in case of failure of uploading local resources.
> You can see this issue by running following command.
> {code}
> bin/spark-submit --master yarn --deploy-mode cluster --class <someClassName> <non-existing-jar>
> {code}



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