Re: Scheduling non-MR processes

2013-01-15 Thread Arun C Murthy
To: user@hadoop.apache.org Subject: Re: Scheduling non-MR processes Hi, Inline. On Sat, Jan 12, 2013 at 9:39 PM, John Lilley john.lil...@redpoint.net wrote: I am trying to understand how one can make a side process cooperate with the Hadoop MapReduce task scheduler. Suppose that I have

Scheduling non-MR processes

2013-01-12 Thread John Lilley
I am trying to understand how one can make a side process cooperate with the Hadoop MapReduce task scheduler. Suppose that I have an application that is not directly integrated with MapReduce (i.e., it is not a MapReduce job at all; there are no mappers or reducers). This application could

Re: Scheduling non-MR processes

2013-01-12 Thread Harsh J
Hi, Inline. On Sat, Jan 12, 2013 at 9:39 PM, John Lilley john.lil...@redpoint.net wrote: I am trying to understand how one can make a “side process” cooperate with the Hadoop MapReduce task scheduler. Suppose that I have an application that is not directly integrated with MapReduce (i.e., it

RE: Scheduling non-MR processes

2013-01-12 Thread John Lilley
on JNI for that? John -Original Message- From: Harsh J [mailto:ha...@cloudera.com] Sent: Saturday, January 12, 2013 9:41 AM To: user@hadoop.apache.org Subject: Re: Scheduling non-MR processes Hi, Inline. On Sat, Jan 12, 2013 at 9:39 PM, John Lilley john.lil...@redpoint.net wrote: I am

Re: Scheduling non-MR processes

2013-01-12 Thread Harsh J
, January 12, 2013 9:41 AM To: user@hadoop.apache.org Subject: Re: Scheduling non-MR processes Hi, Inline. On Sat, Jan 12, 2013 at 9:39 PM, John Lilley john.lil...@redpoint.net wrote: I am trying to understand how one can make a side process cooperate with the Hadoop MapReduce task scheduler