File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -805,31 +805,31 @@ configure those ports.
805805 <td>8080</td>
806806 <td>Web UI</td>
807807 <td><code>master.ui.port</code></td>
808- <td></td>
808+ <td>Jetty-based </td>
809809 </tr >
810810 <tr >
811811 <td>Browser</td>
812812 <td>Worker</td>
813813 <td>8081</td>
814814 <td>Web UI</td>
815815 <td><code>worker.ui.port</code></td>
816- <td></td>
816+ <td>Jetty-based </td>
817817 </tr >
818818 <tr >
819819 <td>Browser</td>
820820 <td>Driver</td>
821821 <td>4040</td>
822822 <td>Web UI</td>
823823 <td><code>spark.ui.port</code></td>
824- <td></td>
824+ <td>Jetty-based </td>
825825 </tr >
826826 <tr >
827827 <td>Browser</td>
828828 <td>History Server</td>
829829 <td>18080</td>
830830 <td>Web UI</td>
831831 <td><code>spark.history.ui.port</code></td>
832- <td></td>
832+ <td>Jetty-based </td>
833833 </tr >
834834
835835 <!-- Cluster interactions -->
@@ -839,23 +839,23 @@ configure those ports.
839839 <td>7077</td>
840840 <td>Submit job to cluster</td>
841841 <td><code>spark.driver.port</code></td>
842- <td>Uses Akka. Set to "0" to choose a port randomly</td>
842+ <td>Akka-based . Set to "0" to choose a port randomly</td>
843843 </tr >
844844 <tr >
845845 <td>Worker</td>
846846 <td>Standalone Cluster Master</td>
847847 <td>7077</td>
848848 <td>Join cluster</td>
849849 <td><code>spark.driver.port</code></td>
850- <td>Uses Akka. Set to "0" to choose a port randomly</td>
850+ <td>Akka-based . Set to "0" to choose a port randomly</td>
851851 </tr >
852852 <tr >
853853 <td>Application</td>
854854 <td>Worker</td>
855855 <td>(random)</td>
856856 <td>Join cluster</td>
857857 <td><code>SPARK_WORKER_PORT</code> (standalone cluster)</td>
858- <td>Uses Akka</td>
858+ <td>Akka-based </td>
859859 </tr >
860860
861861 <!-- Other misc stuff -->
@@ -871,7 +871,7 @@ configure those ports.
871871 </ul>
872872 </td>
873873 <td>None</td>
874- <td>Uses Jetty. Each of these services starts on a random port that cannot be configured</td>
874+ <td>Jetty-based . Each of these services starts on a random port that cannot be configured</td>
875875 </tr >
876876
877877</table >
You can’t perform that action at this time.
0 commit comments