Hi Jonathan,
Thank you, that worked perfectly. (apologies for the noob question)
On Tue, Jan 26, 2016 at 11:20 AM Jonathan Kelly
wrote:
> Daniel,
>
> The "hadoop job -list" command is a deprecated form of "mapred job -list",
> which is only for Hadoop MapReduce jobs. For Spark jobs, which run o
Daniel,
The "hadoop job -list" command is a deprecated form of "mapred job -list",
which is only for Hadoop MapReduce jobs. For Spark jobs, which run on YARN,
you instead want "yarn application -list".
Hope this helps,
Jonathan (from the EMR team)
On Tue, Jan 26, 2016 at 10:05 AM Daniel Imberman