aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-yarn.md
diff options
context:
space:
mode:
authorRaymond Liu <raymond.liu@intel.com>2013-12-06 10:36:59 +0800
committerRaymond Liu <raymond.liu@intel.com>2014-01-03 12:12:38 +0800
commit7815a3ace97848b1d4bab4ef6823fc6d55cfb72e (patch)
treeae4cd098d8a5643677d8e42f8c9d0179caab391e /docs/running-on-yarn.md
parentbe343d2a567b8ba3824c5e186e046f96ff77e334 (diff)
downloadspark-7815a3ace97848b1d4bab4ef6823fc6d55cfb72e.tar.gz
spark-7815a3ace97848b1d4bab4ef6823fc6d55cfb72e.tar.bz2
spark-7815a3ace97848b1d4bab4ef6823fc6d55cfb72e.zip
Update maven build documentation
Diffstat (limited to 'docs/running-on-yarn.md')
-rw-r--r--docs/running-on-yarn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md
index 5f995ce51b..f47098554e 100644
--- a/docs/running-on-yarn.md
+++ b/docs/running-on-yarn.md
@@ -116,7 +116,7 @@ For example:
# Building Spark for Hadoop/YARN 2.2.x
-Hadoop 2.2.x users must build Spark and publish it locally. The SBT build process handles Hadoop 2.2.x as a special case. This version of Hadoop has new YARN API changes and depends on a Protobuf version (2.5) that is not compatible with the Akka version (2.0.5) that Spark uses. Therefore, if the Hadoop version (e.g. set through ```SPARK_HADOOP_VERSION```) starts with 2.2.0 or higher then the build process will depend on Akka artifacts distributed by the Spark project compatible with Protobuf 2.5.
+Hadoop 2.2.x users must build Spark and publish it locally. The SBT build process handles Hadoop 2.2.x as a special case. This version of Hadoop has new YARN API changes and depends on a Protobuf version (2.5).
See [Building Spark with Maven](building-with-maven.html) for instructions on how to build Spark using the Maven process.