Skip to content

Commit 274a9af

Browse files
committed
fix readme
1 parent 9cb2465 commit 274a9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Estimating Pi (yarn-cluster mode):
4545
cd /usr/local/spark
4646
4747
# execute the the following command which should write the "Pi is roughly 3.1418" into the logs
48-
./bin/spark-submit --class org.apache.spark.examples.SparkPi --master yarn-cluster --driver-memory 1g --executor-memory 1g --executor-cores 1 examples/target/scala-2.10/spark-examples_2.10-1.0.1.jar
48+
./bin/spark-submit --class org.apache.spark.examples.SparkPi --master yarn-cluster --driver-memory 1g --executor-memory 1g --executor-cores 1 ./lib/spark-examples-1.1.0-hadoop2.4.0.jar
4949
```
5050

5151
Estimating Pi (yarn-client mode):
@@ -54,5 +54,5 @@ Estimating Pi (yarn-client mode):
5454
cd /usr/local/spark
5555
5656
# execute the the following command which should print the "Pi is roughly 3.1418" to the screen
57-
./bin/spark-submit --class org.apache.spark.examples.SparkPi --master yarn-client --driver-memory 1g --executor-memory 1g --executor-cores 1 examples/target/scala-2.10/spark-examples_2.10-1.0.1.jar
57+
./bin/spark-submit --class org.apache.spark.examples.SparkPi --master yarn-client --driver-memory 1g --executor-memory 1g --executor-cores 1 ./lib/spark-examples-1.1.0-hadoop2.4.0.jar
5858
```

0 commit comments

Comments
 (0)