You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,19 @@ Run the sample Spark jobs with these commands:
55
55
56
56
$ scripts/run-sample-spark-kafka-job.sh
57
57
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
+
58
71
## Step 5. Stop the SMACK Stack Components.
59
72
60
73
If you would like to stop all the SMACK Stack components, use this command:
0 commit comments