cutiechi commented on pull request #33257:
URL: https://github.com/apache/spark/pull/33257#issuecomment-889129185
@ScrapCodes Client Mode:
```
./bin/spark-submit \
--master k8s://https://172.16.102.10:8443 \
--deploy-mode client \
--name java-queue-stream \
--class org.apache.spark.examples.streaming.JavaQueueStream \
--conf spark.driver.ip=172.16.102.1 \
--conf spark.executor.instances=3 \
--conf spark.logConf=true \
--conf spark.kubernetes.container.image=spark:testing \
--conf spark.kubernetes.authenticate.driver.serviceAccountName=spark \
examples/jars/spark-examples_2.12-3.3.0-SNAPSHOT.jar
```
https://user-images.githubusercontent.com/27606234/127497398-3251aede-31bd-4c95-a9a0-4baf51f949b5.mp4
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]