I am using dse with spark . I have submitted an spark job to master using dse submit . How to kill the job by knowing its application ID ?
How to kill a spark job if application id is known?
1.6k views Asked by Knight71 At
1
I am using dse with spark . I have submitted an spark job to master using dse submit . How to kill the job by knowing its application ID ?
dse spark-class org.apache.spark.deploy.Client kill <spark-master> <driver-id>
or
directly from the web UI (just ensure that spark.ui.killEnabled is set to true)