Skip to content

Commit c845930

Browse files
authored
MicrosoftDocs/azure-docs#42461
------- cc: @lenadroid
1 parent 74c27c4 commit c845930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/aks/spark-job.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ When running the job, instead of indicating a remote jar URL, the `local://` sch
318318
--name spark-pi \
319319
--class org.apache.spark.examples.SparkPi \
320320
--conf spark.executor.instances=3 \
321+
--conf spark.kubernetes.authenticate.driver.serviceAccountName=spark \
321322
--conf spark.kubernetes.container.image=<spark-image> \
322323
local:///opt/spark/work-dir/<your-jar-name>.jar
323324
```

0 commit comments

Comments
 (0)