You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ka...@apache.org on 2014/12/02 18:06:08 UTC

spark git commit: [SPARK-4686] Link to allowed master URLs is broken

Repository: spark
Updated Branches:
  refs/heads/master 6dfe38a03 -> d9a148ba6


[SPARK-4686] Link to allowed master URLs is broken

The link points to the old scala programming guide; it should point to the submitting applications page.

This should be backported to 1.1.2 (it's been broken as of 1.0).

Author: Kay Ousterhout <ka...@gmail.com>

Closes #3542 from kayousterhout/SPARK-4686 and squashes the following commits:

a8fc43b [Kay Ousterhout] [SPARK-4686] Link to allowed master URLs is broken


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d9a148ba
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d9a148ba
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d9a148ba

Branch: refs/heads/master
Commit: d9a148ba6a67a01e4bf77c35c41dd4cbc8918c82
Parents: 6dfe38a
Author: Kay Ousterhout <ka...@gmail.com>
Authored: Tue Dec 2 09:06:02 2014 -0800
Committer: Kay Ousterhout <ka...@gmail.com>
Committed: Tue Dec 2 09:06:02 2014 -0800

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d9a148ba/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 0b77f5a..4b4bbea 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -98,7 +98,7 @@ of the most common options to set are:
   <td>(none)</td>
   <td>
     The cluster manager to connect to. See the list of
-    <a href="scala-programming-guide.html#master-urls"> allowed master URL's</a>.
+    <a href="submitting-applications.html#master-urls"> allowed master URL's</a>.
   </td>
 </tr>
 <tr>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org