Skip to content

Commit bc22431

Browse files
author
Janos Matyas
committed
Update README.md
1 parent 85211a9 commit bc22431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ docker pull sequenceiq/spark
1111

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

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

2222
## Versions
2323
```
24-
Hadoop 2.4.1 and Apache Spark v1.0.1-rc2
24+
Hadoop 2.5.1 and Apache Spark v1.1.0
2525
```
2626

2727
## Testing

0 commit comments

Comments
 (0)