Repository: spark Updated Branches: refs/heads/branch-1.2 b026546e3 -> a689ab98d
[SPARK-4344][DOCS] adding documentation on spark.yarn.user.classpath.first The documentation for the two parameters is the same with a pointer from the standalone parameter to the yarn parameter Author: arahuja <[email protected]> Closes #3209 from arahuja/yarn-classpath-first-param and squashes the following commits: 51cb9b2 [arahuja] [SPARK-4344][DOCS] adding documentation for YARN on userClassPathFirst (cherry picked from commit d240760191f692ee7b88dfc82f06a31a340a88a2) Signed-off-by: Thomas Graves <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a689ab98 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a689ab98 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a689ab98 Branch: refs/heads/branch-1.2 Commit: a689ab98d944dbe4b239449897841543c0450450 Parents: b026546 Author: arahuja <[email protected]> Authored: Tue Nov 25 08:23:41 2014 -0600 Committer: Thomas Graves <[email protected]> Committed: Tue Nov 25 08:23:52 2014 -0600 ---------------------------------------------------------------------- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/a689ab98/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index f0b396e..be418aa 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -224,6 +224,7 @@ Apart from these, the following properties are also available, and may be useful (Experimental) Whether to give user-added jars precedence over Spark's own jars when loading classes in Executors. This feature can be used to mitigate conflicts between Spark's dependencies and user dependencies. It is currently an experimental feature. + (Currently, this setting does not work for YARN, see <a href="https://issues.apache.org/jira/browse/SPARK-2996">SPARK-2996</a> for more details). </td> </tr> <tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
