I need to use yarn application -stop
to gracefully stop my Spark application. According to this thread we need to set
yarn.application.admin.client.class.SPARK
first. But (1) how and where to set it?
Also in the thread, some framework implementation needs to be available, and again (2) how and to get it? There's scare information about the guide available.
Would you please give some help?