You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andrew Or (JIRA)" <ji...@apache.org> on 2014/09/25 02:35:33 UTC

[jira] [Created] (SPARK-3685) Spark's local dir scheme is not configurable

Andrew Or created SPARK-3685:
--------------------------------

             Summary: Spark's local dir scheme is not configurable
                 Key: SPARK-3685
                 URL: https://issues.apache.org/jira/browse/SPARK-3685
             Project: Spark
          Issue Type: Bug
          Components: YARN
    Affects Versions: 1.1.0
            Reporter: Andrew Or


When you try to set local dirs to "hdfs:/tmp/foo" it doesn't work. What it will try to do is create a folder called "hdfs:" and put "tmp" inside it. This is because in Util#getOrCreateLocalRootDirs we use java.io.File instead of Hadoop's file system to parse this path. We also need to resolve the path appropriately.

This may not have an urgent use case, but it fails silently and does what is least expected.



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