aboutsummaryrefslogtreecommitdiff
path: root/docs/building-with-maven.md
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-02-26 23:40:49 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-02-26 23:40:49 -0800
commit6ccd6c55bdfcf1a4f8f8fd1a9715d4a45ec1703a (patch)
tree7cb6fd143502729ffe4e86d1a06d0414874a7191 /docs/building-with-maven.md
parent5a3ad107c01dbc09cd144376ca808125ee821093 (diff)
downloadspark-6ccd6c55bdfcf1a4f8f8fd1a9715d4a45ec1703a.tar.gz
spark-6ccd6c55bdfcf1a4f8f8fd1a9715d4a45ec1703a.tar.bz2
spark-6ccd6c55bdfcf1a4f8f8fd1a9715d4a45ec1703a.zip
SPARK-1121 Only add avro if the build is for Hadoop 0.23.X and SPARK_YARN is set
Author: Prashant Sharma <prashant.s@imaginea.com> Closes #6 from ScrapCodes/SPARK-1121/avro-dep-fix and squashes the following commits: 9b29e34 [Prashant Sharma] Review feedback on PR 46ed2ad [Prashant Sharma] SPARK-1121-Only add avro if the build is for Hadoop 0.23.X and SPARK_YARN is set
Diffstat (limited to 'docs/building-with-maven.md')
-rw-r--r--docs/building-with-maven.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/building-with-maven.md b/docs/building-with-maven.md
index ded1292688..40cac8eb4f 100644
--- a/docs/building-with-maven.md
+++ b/docs/building-with-maven.md
@@ -76,3 +76,7 @@ The maven build includes support for building a Debian package containing the as
$ mvn -Pdeb -DskipTests clean package
The debian package can then be found under assembly/target. We added the short commit hash to the file name so that we can distinguish individual packages built for SNAPSHOT versions.
+
+## A note about Hadoop version 0.23.x
+
+For building spark with hadoop 0.23.x and also yarn, you will have to manually add a dependency on avro (org.apache.avro, avro, 1.7.4).