Skip to content

Commit d4568e9

Browse files
committed
Update README.md
add the proxy ports for spark ui
1 parent 07e053b commit d4568e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docker build --rm -t sequenceiq/spark:1.6.0 .
2424
* in your /etc/hosts file add $(boot2docker ip) as host 'sandbox' to make it easier to access your sandbox UI
2525
* open yarn UI ports when running container
2626
```
27-
docker run -it -p 8088:8088 -p 8042:8042 -h sandbox sequenceiq/spark:1.6.0 bash
27+
docker run -it -p 8088:8088 -p 8042:8042 -p 4040:4040 -h sandbox sequenceiq/spark:1.6.0 bash
2828
```
2929
or
3030
```

0 commit comments

Comments
 (0)