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

Kousuke Saruta commented on SPARK-2542:
---------------------------------------

PR: https://github.com/apache/spark/pull/1467

> Exit Code Class should be renamed and placed package properly
> -------------------------------------------------------------
>
>                 Key: SPARK-2542
>                 URL: https://issues.apache.org/jira/browse/SPARK-2542
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Kousuke Saruta
>
> org.apache.spark.executor.ExecutorExitCode represents some of Exit Codes.
> The name of the class associates the set of exit code of Executor.
> But, the exit codes defined in the class can be used not only Executor (e.g 
> Driver).
> Actually, DiskBlockManager uses 
> ExecutorExitCode.DISK_STORE_FAILED_TO_CREATE_DIR and DiskBlockManager can be 
> used Driver.
> We should rename and move the class to new package.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to