Skip to content

Commit

Permalink
Add the technology used on each port
Browse files Browse the repository at this point in the history
  • Loading branch information
ash211 committed May 25, 2014
1 parent 1d9b5d3 commit 6e7782a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -805,31 +805,31 @@ configure those ports.
<td>8080</td>
<td>Web UI</td>
<td><code>master.ui.port</code></td>
<td></td>
<td>Jetty-based</td>
</tr>
<tr>
<td>Browser</td>
<td>Worker</td>
<td>8081</td>
<td>Web UI</td>
<td><code>worker.ui.port</code></td>
<td></td>
<td>Jetty-based</td>
</tr>
<tr>
<td>Browser</td>
<td>Driver</td>
<td>4040</td>
<td>Web UI</td>
<td><code>spark.ui.port</code></td>
<td></td>
<td>Jetty-based</td>
</tr>
<tr>
<td>Browser</td>
<td>History Server</td>
<td>18080</td>
<td>Web UI</td>
<td><code>spark.history.ui.port</code></td>
<td></td>
<td>Jetty-based</td>
</tr>

<!-- Cluster interactions -->
Expand All @@ -839,23 +839,23 @@ configure those ports.
<td>7077</td>
<td>Submit job to cluster</td>
<td><code>spark.driver.port</code></td>
<td>Uses Akka. Set to "0" to choose a port randomly</td>
<td>Akka-based. Set to "0" to choose a port randomly</td>
</tr>
<tr>
<td>Worker</td>
<td>Standalone Cluster Master</td>
<td>7077</td>
<td>Join cluster</td>
<td><code>spark.driver.port</code></td>
<td>Uses Akka. Set to "0" to choose a port randomly</td>
<td>Akka-based. Set to "0" to choose a port randomly</td>
</tr>
<tr>
<td>Application</td>
<td>Worker</td>
<td>(random)</td>
<td>Join cluster</td>
<td><code>SPARK_WORKER_PORT</code> (standalone cluster)</td>
<td>Uses Akka</td>
<td>Akka-based</td>
</tr>

<!-- Other misc stuff -->
Expand All @@ -871,7 +871,7 @@ configure those ports.
</ul>
</td>
<td>None</td>
<td>Uses Jetty. Each of these services starts on a random port that cannot be configured</td>
<td>Jetty-based. Each of these services starts on a random port that cannot be configured</td>
</tr>

</table>

0 comments on commit 6e7782a

Please sign in to comment.