Skip to content

Commit

Permalink
Correct the default docker instance name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hy9be authored May 16, 2019
1 parent cbbaa8f commit 2fe5da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ To create a simplistic standalone cluster with [docker-compose](http://docs.dock

The SparkUI will be running at `http://${YOUR_DOCKER_HOST}:8080` with one worker listed. To run `pyspark`, exec into a container:

docker exec -it dockerspark_master_1 /bin/bash
docker exec -it docker-spark_master_1 /bin/bash
bin/pyspark

To run `SparkPi`, exec into a container:

docker exec -it dockerspark_master_1 /bin/bash
docker exec -it docker-spark_master_1 /bin/bash
bin/run-example SparkPi 10

## license
Expand Down

0 comments on commit 2fe5da6

Please sign in to comment.