aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Williams <ryan.blake.williams@gmail.com>2014-10-27 23:55:13 -0700
committerReynold Xin <rxin@databricks.com>2014-10-27 23:55:13 -0700
commit4ceb048b38949dd0a909d2ee6777607341c9c93a (patch)
tree02182fbe93ef7e86df2295c4d7a05ece4cb00852
parent7c0c26cd1241e1fde3c6f1f659a43b9c40ee3d42 (diff)
downloadspark-4ceb048b38949dd0a909d2ee6777607341c9c93a.tar.gz
spark-4ceb048b38949dd0a909d2ee6777607341c9c93a.tar.bz2
spark-4ceb048b38949dd0a909d2ee6777607341c9c93a.zip
fix broken links in README.md
seems like `building-spark.html` was renamed to `building-with-maven.html`? Is Maven the blessed build tool these days, or SBT? I couldn't find a building-with-sbt page so I went with the Maven one here. Author: Ryan Williams <ryan.blake.williams@gmail.com> Closes #2859 from ryan-williams/broken-links-readme and squashes the following commits: 7692253 [Ryan Williams] fix broken links in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbf53dcd76..9916ac7b1a 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,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-spark.html#specifying-the-hadoop-version)
+["Specifying the Hadoop Version"](http://spark.apache.org/docs/latest/building-with-maven.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)