Repository: spark
Updated Branches:
  refs/heads/master fef27b294 -> d24076019


[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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d2407601
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d2407601
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d2407601

Branch: refs/heads/master
Commit: d240760191f692ee7b88dfc82f06a31a340a88a2
Parents: fef27b2
Author: arahuja <[email protected]>
Authored: Tue Nov 25 08:23:41 2014 -0600
Committer: Thomas Graves <[email protected]>
Committed: Tue Nov 25 08:23:41 2014 -0600

----------------------------------------------------------------------
 docs/configuration.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d2407601/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 8839162..0b77f5a 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]

Reply via email to