aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJey Kottalam <jey@cs.berkeley.edu>2013-08-21 17:12:03 -0700
committerJey Kottalam <jey@cs.berkeley.edu>2013-08-21 17:14:36 -0700
commitf9cc1fbf272606ce0b679936ef38429b20916cc1 (patch)
tree85237aac5492a34835db7bc8bf2a8d6089312061 /docs
parent4d737b6d320993432f286e05b773135fc3334ce3 (diff)
downloadspark-f9cc1fbf272606ce0b679936ef38429b20916cc1.tar.gz
spark-f9cc1fbf272606ce0b679936ef38429b20916cc1.tar.bz2
spark-f9cc1fbf272606ce0b679936ef38429b20916cc1.zip
Remove references to unsupported Hadoop versions
Diffstat (limited to 'docs')
-rw-r--r--docs/building-with-maven.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building-with-maven.md b/docs/building-with-maven.md
index d71d94fa63..a9f2cb8a7a 100644
--- a/docs/building-with-maven.md
+++ b/docs/building-with-maven.md
@@ -12,7 +12,7 @@ Building Spark using Maven Requires Maven 3 (the build process is tested with Ma
To enable support for HDFS and other Hadoop-supported storage systems, specify the exact Hadoop version by setting the "hadoop.version" property. If unset, Spark will build against Hadoop 1.0.4 by default.
-For Apache Hadoop versions 1.x, 0.20.x, Cloudera CDH MRv1, and other Hadoop versions without YARN, use:
+For Apache Hadoop versions 1.x, Cloudera CDH MRv1, and other Hadoop versions without YARN, use:
# Apache Hadoop 1.2.1
$ mvn -Dhadoop.version=1.2.1 clean install