Skip to content

Commit

Permalink
Add reference to Spark master UI on port 8888
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Castro committed Sep 2, 2016
1 parent fc5a06b commit b79ebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spark/README.md
Expand Up @@ -60,7 +60,7 @@ To get the Spark Standalone environment up-and-running, build the **master** con
$ docker-compose -f docker-compose.spark.yml build
```

Next, bring up the Spark master:
Next, bring up the Spark master, which provides a web console on port `8888`:

```bash
$ docker-compose -f docker-compose.spark.yml up spark-master
Expand Down

0 comments on commit b79ebf2

Please sign in to comment.