aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorarahuja <aahuja11@gmail.com>2014-11-25 08:23:41 -0600
committerThomas Graves <tgraves@apache.org>2014-11-25 08:23:41 -0600
commitd240760191f692ee7b88dfc82f06a31a340a88a2 (patch)
treeb5d602a6cdedd9452620c7444e931768a252b058 /docs/configuration.md
parentfef27b29431c2adadc17580f26c23afa6a3bd1d2 (diff)
downloadspark-d240760191f692ee7b88dfc82f06a31a340a88a2.tar.gz
spark-d240760191f692ee7b88dfc82f06a31a340a88a2.tar.bz2
spark-d240760191f692ee7b88dfc82f06a31a340a88a2.zip
[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 <aahuja11@gmail.com> Closes #3209 from arahuja/yarn-classpath-first-param and squashes the following commits: 51cb9b2 [arahuja] [SPARK-4344][DOCS] adding documentation for YARN on userClassPathFirst
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 8839162c3a..0b77f5ab64 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>