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 how and where to set it?
Also in the thread, some framework implementation needs to be available, and again how to specify it? There's scare information about the guide available.