Re: Submitting a Hadoop task from withing a reducer

2011-10-05 Thread Yaron Gonen
gt; From: Joey Echeverria [mailto:j...@cloudera.com] > > Sent: Tuesday, October 04, 2011 11:06 AM > > To: mapreduce-user@hadoop.apache.org > > Subject: Re: Submitting a Hadoop task from withing a reducer > > > > You may want to check out Yarn, coming in Hadoop 0.23:

Re: Submitting a Hadoop task from withing a reducer

2011-10-04 Thread Joey Echeverria
ustom application master for his job type right? > > Matt > > -Original Message- > From: Joey Echeverria [mailto:j...@cloudera.com] > Sent: Tuesday, October 04, 2011 11:06 AM > To: mapreduce-user@hadoop.apache.org > Subject: Re: Submitting a Hadoop task from withing a r

RE: Submitting a Hadoop task from withing a reducer

2011-10-04 Thread GOEKE, MATTHEW (AG/1000)
Subject: Re: Submitting a Hadoop task from withing a reducer You may want to check out Yarn, coming in Hadoop 0.23: https://issues.apache.org/jira/browse/MAPREDUCE-279 -Joey On Tue, Oct 4, 2011 at 11:45 AM, Yaron Gonen wrote: > Hi, > Hadoop tasks are always stacked to form a linear user-m

RE: Submitting a Hadoop task from withing a reducer

2011-10-04 Thread GOEKE, MATTHEW (AG/1000)
As long as your reduce task can kick off the MR job asynchronously then it shouldn't be too much of an issue but it could very quickly result in a deadlock otherwise. If you set this up as two stages 1) to kick off the recursive MR and 2) analyze the final result set then it should work but off

Re: Submitting a Hadoop task from withing a reducer

2011-10-04 Thread Joey Echeverria
You may want to check out Yarn, coming in Hadoop 0.23: https://issues.apache.org/jira/browse/MAPREDUCE-279 -Joey On Tue, Oct 4, 2011 at 11:45 AM, Yaron Gonen wrote: > Hi, > Hadoop tasks are always stacked to form a linear user-managed workflow (a > reduce step cannot start before all previous m