File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments