Skip to content

Commit 8ddc155

Browse files
author
Richard Doktorics
committed
Merge pull request sequenceiq#45 from puhrez/patch-1
Update README.md
2 parents 07e053b + d4568e9 commit 8ddc155

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)