aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Vasiloudis <tvas@sics.se>2015-03-12 15:01:33 +0000
committerSean Owen <sowen@cloudera.com>2015-03-12 15:01:33 +0000
commit4e47d54befb23587a2060aed4c535d8f86c297cf (patch)
tree8642cf693bce34dd9a8a02dd6d8282716b55a807
parent0cba802adf15f5ab8da24dd1e8a5e7214cc4e148 (diff)
downloadspark-4e47d54befb23587a2060aed4c535d8f86c297cf.tar.gz
spark-4e47d54befb23587a2060aed4c535d8f86c297cf.tar.bz2
spark-4e47d54befb23587a2060aed4c535d8f86c297cf.zip
[docs] [SPARK-6306] Readme points to dead link
The link to "Specifying the Hadoop Version" currently points to http://spark.apache.org/docs/latest/building-with-maven.html#specifying-the-hadoop-version. The correct link is: http://spark.apache.org/docs/latest/building-spark.html#specifying-the-hadoop-version Author: Theodore Vasiloudis <tvas@sics.se> Closes #4999 from thvasilo/patch-1 and squashes the following commits: c34aea8 [Theodore Vasiloudis] Fix dead link in Readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index af02339578..c3afc4db9c 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ storage systems. Because the protocols have changed in different versions of
Hadoop, you must build Spark against the same version that your cluster runs.
Please refer to the build documentation at
-["Specifying the Hadoop Version"](http://spark.apache.org/docs/latest/building-with-maven.html#specifying-the-hadoop-version)
+["Specifying the Hadoop Version"](http://spark.apache.org/docs/latest/building-spark.html#specifying-the-hadoop-version)
for detailed guidance on building for a particular distribution of Hadoop, including
building for particular Hive and Hive Thriftserver distributions. See also
["Third Party Hadoop Distributions"](http://spark.apache.org/docs/latest/hadoop-third-party-distributions.html)