aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2014-12-25 07:05:43 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-12-25 07:05:43 -0800
commit11dd99317b1b0bcd18a0a0cc3c4eb79d3aaa4a2b (patch)
tree54f9890f1a9b5012e242603b50078d7e0209d025 /docs
parentb4d0db80a0bfba7f1e045d4edb9357b4b2c0a557 (diff)
downloadspark-11dd99317b1b0bcd18a0a0cc3c4eb79d3aaa4a2b.tar.gz
spark-11dd99317b1b0bcd18a0a0cc3c4eb79d3aaa4a2b.tar.bz2
spark-11dd99317b1b0bcd18a0a0cc3c4eb79d3aaa4a2b.zip
[SPARK-4953][Doc] Fix the description of building Spark with YARN
At the section "Specifying the Hadoop Version" In building-spark.md, there is description about building with YARN with Hadoop 0.23. Spark 1.3.0 will not support Hadoop 0.23 so we should fix the description. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #3787 from sarutak/SPARK-4953 and squashes the following commits: ee9c355 [Kousuke Saruta] Removed description related to a specific vendor 9ab0c24 [Kousuke Saruta] Fix the description about building SPARK with YARN
Diffstat (limited to 'docs')
-rw-r--r--docs/building-spark.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 70165eabca..dab3d2aef4 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -60,7 +60,7 @@ mvn -Dhadoop.version=2.0.0-mr1-cdh4.2.0 -DskipTests clean package
mvn -Phadoop-0.23 -Dhadoop.version=0.23.7 -DskipTests clean package
{% endhighlight %}
-For Apache Hadoop 2.x, 0.23.x, Cloudera CDH, and other Hadoop versions with YARN, you can enable the "yarn" profile and optionally set the "yarn.version" property if it is different from "hadoop.version". As of Spark 1.3, Spark only supports YARN versions 2.2.0 and later.
+You can enable the "yarn" profile and optionally set the "yarn.version" property if it is different from "hadoop.version". Spark only supports YARN versions 2.2.0 and later.
Examples: