Re: Terminating Spark Steps in AWS

2016-01-26 Thread Daniel Imberman
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

Re: Terminating Spark Steps in AWS

2016-01-26 Thread Jonathan Kelly
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