Skip to content

Commit 3d518e8

Browse files
author
Janos Matyas
committed
Update README.md
1 parent 40bbb4c commit 3d518e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ The base Hadoop Docker image is also available as an official [Docker image](htt
66

77
##Pull the image from Docker Repository
88
```
9-
docker pull sequenceiq/spark:1.1.1
9+
docker pull sequenceiq/spark:1.1.0-ubuntu
1010
```
1111

1212
## Building the image
1313
```
14-
docker build --rm -t sequenceiq/spark:1.1.1 .
14+
docker build --rm -t sequenceiq/spark:1.1.0-ubuntu .
1515
```
1616

1717
## Running the image
1818
```
19-
docker run -i -t -h sandbox sequenceiq/spark:1.1.1 /etc/bootstrap.sh -bash
19+
docker run -i -t -h sandbox sequenceiq/spark:1.1.0-ubuntu /etc/bootstrap.sh -bash
2020
```
2121

2222
## Versions
2323
```
24-
Hadoop 2.6.0 and Apache Spark v1.1.1
24+
Ubuntu 14.04 Hadoop 2.6.0 and Apache Spark v1.1.1
2525
```
2626

2727
## Testing

0 commit comments

Comments
 (0)