aboutsummaryrefslogtreecommitdiff
path: root/docs/building-spark.md
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-10-27 10:02:48 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-10-27 10:02:48 -0700
commitc9e05ca27c9c702b510d424e3befc87213f24e0f (patch)
tree64e5458ede5e422b30f3a05e38c146c64661f634 /docs/building-spark.md
parent9aa340a23fd7532f5e72c3352df92ce3e857fc80 (diff)
downloadspark-c9e05ca27c9c702b510d424e3befc87213f24e0f.tar.gz
spark-c9e05ca27c9c702b510d424e3befc87213f24e0f.tar.bz2
spark-c9e05ca27c9c702b510d424e3befc87213f24e0f.zip
[SPARK-4032] Deprecate YARN alpha support in Spark 1.2
Author: Prashant Sharma <prashant.s@imaginea.com> Closes #2878 from ScrapCodes/SPARK-4032/deprecate-yarn-alpha and squashes the following commits: 17e9857 [Prashant Sharma] added deperecated comment to Client and ExecutorRunnable. 3a34b1e [Prashant Sharma] Updated docs... 4608dea [Prashant Sharma] [SPARK-4032] Deprecate YARN alpha support in Spark 1.2
Diffstat (limited to 'docs/building-spark.md')
-rw-r--r--docs/building-spark.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 11fd56c145..4cc0b1f2e5 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -67,11 +67,13 @@ For Apache Hadoop 2.x, 0.23.x, Cloudera CDH, and other Hadoop versions with YARN
<tr><th>YARN version</th><th>Profile required</th></tr>
</thead>
<tbody>
- <tr><td>0.23.x to 2.1.x</td><td>yarn-alpha</td></tr>
+ <tr><td>0.23.x to 2.1.x</td><td>yarn-alpha (Deprecated.)</td></tr>
<tr><td>2.2.x and later</td><td>yarn</td></tr>
</tbody>
</table>
+Note: Support for YARN-alpha API's will be removed in Spark 1.3 (see SPARK-3445).
+
Examples:
{% highlight bash %}