Spark Kill Running Application

后端 未结 5 549
北恋
北恋 2020-12-22 16:45

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

5条回答
  •  梦毁少年i
    2020-12-22 17:42

    • copy past the application Id from the spark scheduler, for instance application_1428487296152_25597
    • connect to the server that have launch the job
    • yarn application -kill application_1428487296152_25597

提交回复
热议问题