GitHub user vanzin opened a pull request:
https://github.com/apache/spark/pull/4894
[SPARK-6144] [core] Fix addFile when source files are on "hdfs:"
The code failed in two modes: it complained when it tried to re-create a
directory that already existed, and it was placing some files in the wrong
parent directory. The patch fixes both issues.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vanzin/spark SPARK-6144
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4894.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 #4894
----
commit 91733b70fc6229c25382891e0fddd3322d123abc
Author: trystanleftwich <[email protected]>
Date: 2015-03-04T01:20:35Z
[SPARK-6144]When in cluster mode using ADD JAR with a hdfs:// sourced jar
will fail
commit 58266aaee77c0d8c08260650ff2e4f012a763476
Author: Marcelo Vanzin <[email protected]>
Date: 2015-03-04T18:35:20Z
Fix fetchHcfs file for directories.
----
---
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]