Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
List all Spark applications.
:::bash yarn application --listShow status of a Spark application.
:::bash yarn application -status application_1459542433815_0002view logs of a Spark application.
:::bash yarn logs -applicationId application_1459542433815_0002kill a Spark application.
:::bash yarn application -kill application_1459542433815_0002