-
Notifications
You must be signed in to change notification settings - Fork 28.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-1395] Allow "local:" URIs to work on Yarn.
Don't distribute resources that have the "local" scheme in their URIs. Also fix an issue where the classpath for custom log4j config files was incorrectly being set to include the file's path (instead of its parent), and propagate the user log4j configuration to the AM / workers. This has the side effect of eliminating the "SPARK_YARN_LOG4J_CONF" environment variable, which used to be used by the ExecutorRunner class, in favor of the "SPARK_LOG4J_CONF" variable used by the Yarn client class.
- Loading branch information
Marcelo Vanzin
committed
Apr 16, 2014
1 parent
725925c
commit 82219c1
Showing
6 changed files
with
142 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters