[ 
https://issues.apache.org/jira/browse/SPARK-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

xukun updated SPARK-11568:
--------------------------
    Description: 
As we know, spark-default.conf is client configuration file.But in standalone 
mode, when we configure spark.local.dir in client, localRootDir is still 
default value(/tmp) in executor.Because SPARK_EXECUTOR_DIRS will be set into 
$java.io.tmpdir when setup executor and SPARK_EXECUTOR_DIRS is priorty than 
spark.local.dir. The result: spark.local.dir is just useful in client. It will 
confuse user.



  was:
As we know, spark-default.conf is client configuration file.But in standalone 
mode, when we configure spark.local.dir in client, localRootDir is still 
default value(/tmp) in executor.Because SPARK_EXECUTOR_DIRS will be set into 
$java.io.tmpdir when setup executor and SPARK_EXECUTOR_DIRS is priorty than 
spark.local.dir. spark.local.dir is just useful in client. It will confuse user.




> confuse configuration: spark.local.dir
> --------------------------------------
>
>                 Key: SPARK-11568
>                 URL: https://issues.apache.org/jira/browse/SPARK-11568
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: xukun
>
> As we know, spark-default.conf is client configuration file.But in standalone 
> mode, when we configure spark.local.dir in client, localRootDir is still 
> default value(/tmp) in executor.Because SPARK_EXECUTOR_DIRS will be set into 
> $java.io.tmpdir when setup executor and SPARK_EXECUTOR_DIRS is priorty than 
> spark.local.dir. The result: spark.local.dir is just useful in client. It 
> will confuse user.



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

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

Reply via email to