Skip to content

Commit 702e131

Browse files
author
Greg Palmer
committed
Added notes on Spark options for history server and Spark shuffle service
1 parent 06dc0e9 commit 702e131

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@ Run the sample Spark jobs with these commands:
5555

5656
$ scripts/run-sample-spark-kafka-job.sh
5757

58+
These spark jobs utilize the Spark-History server and the Spark External Suffle Service in addition to the using the Spark Dispatcher to launch the Spark Driver program and Spark Executors. The Spark submit-args that are used include the following:
59+
60+
For enabling the use of the External Shuffle Service
61+
62+
--conf spark.shuffle.service.enabled=true
63+
--conf spark.local.dir=/tmp/spark
64+
--conf spark.dynamicAllocation.enabled=false
65+
66+
For enabling the Spark History server
67+
68+
--conf spark.eventLog.enabled=true
69+
--conf spark.eventLog.dir=hdfs://hdfs/history
70+
5871
## Step 5. Stop the SMACK Stack Components.
5972

6073
If you would like to stop all the SMACK Stack components, use this command:

0 commit comments

Comments
 (0)