Skip to content

Commit b97c27f

Browse files
committed
[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 <[email protected]> Closes #3542 from kayousterhout/SPARK-4686 and squashes the following commits: a8fc43b [Kay Ousterhout] [SPARK-4686] Link to allowed master URLs is broken (cherry picked from commit d9a148b) Signed-off-by: Kay Ousterhout <[email protected]>
1 parent 3783e15 commit b97c27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ of the most common options to set are:
9898
<td>(none)</td>
9999
<td>
100100
The cluster manager to connect to. See the list of
101-
<a href="scala-programming-guide.html#master-urls"> allowed master URL's</a>.
101+
<a href="submitting-applications.html#master-urls"> allowed master URL's</a>.
102102
</td>
103103
</tr>
104104
<tr>

0 commit comments

Comments
 (0)