File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,22 @@ The base Hadoop Docker image is also available as an official [Docker image](htt
6
6
7
7
##Pull the image from Docker Repository
8
8
```
9
- docker pull sequenceiq/spark:1.1.1
9
+ docker pull sequenceiq/spark:1.1.0-ubuntu
10
10
```
11
11
12
12
## Building the image
13
13
```
14
- docker build --rm -t sequenceiq/spark:1.1.1 .
14
+ docker build --rm -t sequenceiq/spark:1.1.0-ubuntu .
15
15
```
16
16
17
17
## Running the image
18
18
```
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
20
20
```
21
21
22
22
## Versions
23
23
```
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
25
25
```
26
26
27
27
## Testing
You can’t perform that action at this time.
0 commit comments