Skip to content

Commit edaa337

Browse files
committed
Master -> Standalone Cluster Master
1 parent 57e8869 commit edaa337

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ firewall settings. Below are the primary ports that Spark uses for its communic
805805
<!-- Web UIs -->
806806
<tr>
807807
<td>Browser</td>
808-
<td>Master</td>
808+
<td>Standalone Cluster Master</td>
809809
<td>8080</td>
810810
<td>Web UI</td>
811811
<td><code>spark.history.ui.port</code></td>
@@ -831,15 +831,15 @@ firewall settings. Below are the primary ports that Spark uses for its communic
831831
<!-- Cluster interactions -->
832832
<tr>
833833
<td>Application</td>
834-
<td>Master</td>
834+
<td>Standalone Cluster Master</td>
835835
<td>7077</td>
836836
<td>Submit job to cluster</td>
837837
<td><code>spark.driver.port</code></td>
838838
<td>Uses Akka. Set to "0" to choose a port randomly</td>
839839
</tr>
840840
<tr>
841841
<td>Worker</td>
842-
<td>Master</td>
842+
<td>Standalone Cluster Master</td>
843843
<td>7077</td>
844844
<td>Join cluster</td>
845845
<td><code>spark.driver.port</code></td>

0 commit comments

Comments
 (0)