Weizhong created SPARK-5830:
-------------------------------

             Summary: Don't create unnecessary directory for local root dir
                 Key: SPARK-5830
                 URL: https://issues.apache.org/jira/browse/SPARK-5830
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
            Reporter: Weizhong
            Priority: Minor


Now will create an unnecessary directory for local root directory, and this 
directory will not be deleted after application exit.
For example:
before will create tmp dir like "/tmp/spark-UUID"
now will create tmp dir like "/tmp/spark-UUID/spark-UUID"
so the dir "/tmp/spark-UUID" will not be deleted as a local root directory. 



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