GitHub user MartinWeindel opened a pull request:

    https://github.com/apache/spark/pull/4299

    Disabling Utils.chmod700 for Windows

    This patch makes Spark 1.2.1rc2 work again on Windows.
    
    Without it you get following log output on creating a Spark context:
    INFO  org.apache.spark.SparkEnv:59 - Registering BlockManagerMaster
    ERROR org.apache.spark.util.Utils:75 - Failed to create local root dir in 
.... Ignoring this directory.
    ERROR org.apache.spark.storage.DiskBlockManager:75 - Failed to create any 
local dir.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MartinWeindel/spark branch-1.2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/4299.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4299
    
----
commit ac4749c1a2ef180b3ed2b01ff6397c60173a7b33
Author: mweindel <[email protected]>
Date:   2015-01-30T16:09:25Z

    fixed chmod700 for Windows

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to