[ https://issues.apache.org/jira/browse/SPARK-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995531#comment-14995531 ]
xukun commented on SPARK-11568: ------------------------------- Yes. For example, configure the client: spark.local.dir = /home not configure the executor. Executor local dir is /tmp(default value), I think it should be the value configured by the client. > 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