Repository: spark Updated Branches: refs/heads/branch-1.1 8a1d818a5 -> d313be8f9
[SPARK-4330][Doc] Link to proper URL for YARN overview In running-on-yarn.md, a link to YARN overview is here. But the URL is to YARN alpha's. It should be stable's. Author: Kousuke Saruta <[email protected]> Closes #3196 from sarutak/SPARK-4330 and squashes the following commits: 30baa21 [Kousuke Saruta] Fixed running-on-yarn.md to point proper URL for YARN (cherry picked from commit 3c07b8f08240bafcdff5d174989fb433f4bc80b6) Signed-off-by: Matei Zaharia <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d313be8f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d313be8f Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d313be8f Branch: refs/heads/branch-1.1 Commit: d313be8f968807578d45331a016f3fd4e2fbe985 Parents: 8a1d818 Author: Kousuke Saruta <[email protected]> Authored: Mon Nov 10 22:18:00 2014 -0800 Committer: Matei Zaharia <[email protected]> Committed: Mon Nov 10 22:18:22 2014 -0800 ---------------------------------------------------------------------- docs/running-on-yarn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/d313be8f/docs/running-on-yarn.md ---------------------------------------------------------------------- diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md index 943f06b..63d28b8 100644 --- a/docs/running-on-yarn.md +++ b/docs/running-on-yarn.md @@ -4,7 +4,7 @@ title: Running Spark on YARN --- Support for running on [YARN (Hadoop -NextGen)](http://hadoop.apache.org/docs/r2.0.2-alpha/hadoop-yarn/hadoop-yarn-site/YARN.html) +NextGen)](http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/YARN.html) was added to Spark in version 0.6.0, and improved in subsequent releases. # Preparations --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
