Repository: spark Updated Branches: refs/heads/master 7c0c26cd1 -> 4ceb048b3
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 <[email protected]> Closes #2859 from ryan-williams/broken-links-readme and squashes the following commits: 7692253 [Ryan Williams] fix broken links in README.md Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4ceb048b Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4ceb048b Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4ceb048b Branch: refs/heads/master Commit: 4ceb048b38949dd0a909d2ee6777607341c9c93a Parents: 7c0c26c Author: Ryan Williams <[email protected]> Authored: Mon Oct 27 23:55:13 2014 -0700 Committer: Reynold Xin <[email protected]> Committed: Mon Oct 27 23:55:13 2014 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/4ceb048b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index dbf53dc..9916ac7 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) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
