Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
List all Spark applications.
yarn application --list -
Show status of a Spark application.
yarn application -status application_1459542433815_0002 -
view logs of a Spark application.
yarn logs -applicationId application_1459542433815_0002 -
kill a Spark application …