Skip to content

Commit ef71816

Browse files
author
Janos Matyas
committed
upgraded to Spark 1.2.0
1 parent 5067b34 commit ef71816

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
@@ -54,5 +54,5 @@ Estimating Pi (yarn-client mode):
5454

5555
```
5656
# execute the the following command which should print the "Pi is roughly 3.1418" to the screen
57-
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.1.1-hadoop2.4.0.jar
57+
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.2.0-hadoop2.4.0.jar
5858
```

0 commit comments

Comments
 (0)