I have a running Spark application where it occupies all the cores where my other applications won\'t be allocated any resource.
I did some quick research and peopl
First use:
yarn application -list
Note down the application id Then to kill use:
yarn application -kill application_id