aboutsummaryrefslogtreecommitdiff
path: root/docs
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:52 -0600
commita689ab98d944dbe4b239449897841543c0450450 (patch)
tree35efef8e26b93a6b14422620d01fd7368dd301c9 /docs
parentb026546e3a2195a7e6106af3a5b7370cdb850052 (diff)
downloadspark-a689ab98d944dbe4b239449897841543c0450450.tar.gz
spark-a689ab98d944dbe4b239449897841543c0450450.tar.bz2
spark-a689ab98d944dbe4b239449897841543c0450450.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 (cherry picked from commit d240760191f692ee7b88dfc82f06a31a340a88a2) Signed-off-by: Thomas Graves <tgraves@apache.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index f0b396e21f..be418aa712 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>