Skip to content

Commit aded62d

Browse files
committed
update README
1 parent 6c17ef6 commit aded62d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ 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.3.0
9+
docker pull sequenceiq/spark:1.3.1
1010
```
1111

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

1717
## Running the image
1818
```
19-
docker run -i -t -h sandbox sequenceiq/spark:1.3.0 bash
19+
docker run -i -t -h sandbox sequenceiq/spark:1.3.1 bash
2020
```
2121
or
2222
```
23-
docker run -d -h sandbox sequenceiq/spark:1.3.0 -d
23+
docker run -d -h sandbox sequenceiq/spark:1.3.1 -d
2424
```
2525

2626
## Versions
2727
```
28-
Hadoop 2.6.0 and Apache Spark v1.3.0
28+
Hadoop 2.6.0 and Apache Spark v1.3.1
2929
```
3030

3131
## Testing
@@ -51,12 +51,12 @@ Estimating Pi (yarn-cluster mode):
5151

5252
```
5353
# execute the the following command which should write the "Pi is roughly 3.1418" into the logs
54-
spark-submit --class org.apache.spark.examples.SparkPi --master yarn-cluster --driver-memory 1g --executor-memory 1g --executor-cores 1 $SPARK_HOME/lib/spark-examples-1.3.0-hadoop2.4.0.jar
54+
spark-submit --class org.apache.spark.examples.SparkPi --master yarn-cluster --driver-memory 1g --executor-memory 1g --executor-cores 1 $SPARK_HOME/lib/spark-examples-1.3.1-hadoop2.4.0.jar
5555
```
5656

5757
Estimating Pi (yarn-client mode):
5858

5959
```
6060
# execute the the following command which should print the "Pi is roughly 3.1418" to the screen
61-
spark-submit --class org.apache.spark.examples.SparkPi --master yarn-client --driver-memory 1g --executor-memory 1g --executor-cores 1 $SPARK_HOME/lib/spark-examples-1.3.0-hadoop2.4.0.jar
61+
spark-submit --class org.apache.spark.examples.SparkPi --master yarn-client --driver-memory 1g --executor-memory 1g --executor-cores 1 $SPARK_HOME/lib/spark-examples-1.3.1-hadoop2.4.0.jar
6262
```

0 commit comments

Comments
 (0)