Re: suspend and resume a job in execution?

2015-02-20 Thread Ravi Prakash
I am not aware of an API that would let you do this. You may be able to move an 
application to a queue with 0 resources to achieve the desired behavior but I'm 
not entirely sure.
 

 On Wednesday, February 18, 2015 9:24 AM, xeonmailinglist 
xeonmailingl...@gmail.com wrote:
   

 By job, I mean an mapreduce job. I would like to suspend and resume the 
mapreduce job whilst it is executing.


On 18-02-2015 12:10, xeonmailinglist wrote:
 Hi,

 I want to suspend a job that it is in execution when all maptasks 
 finishes, and then resume the job later.

 Can I do this in yarn? Is there an API for that, or I must use the 
 command line?

 Thanks,





Re: suspend and resume a job in execution?

2015-02-18 Thread xeonmailinglist
By job, I mean an mapreduce job. I would like to suspend and resume the 
mapreduce job whilst it is executing.



On 18-02-2015 12:10, xeonmailinglist wrote:

Hi,

I want to suspend a job that it is in execution when all maptasks 
finishes, and then resume the job later.


Can I do this in yarn? Is there an API for that, or I must use the 
command line?


Thanks,




suspend and resume a job in execution?

2015-02-18 Thread xeonmailinglist

Hi,

I want to suspend a job that it is in execution when all maptasks 
finishes, and then resume the job later.


Can I do this in yarn? Is there an API for that, or I must use the 
command line?


Thanks,