Hi, Hadoop tasks are always stacked to form a linear user-managed workflow (a reduce step cannot start before all previous mappers have stopped etc). This may be problematic in recursive tasks: for example in a BFS we will not get any output until the longest branch has been reached. In order to solve than, an idea came up of submitting a whole Hadoop task from within a reducer. Have anyone tried it? Thanks.
- Submitting a Hadoop task from withing a reducer Yaron Gonen
- Re: Submitting a Hadoop task from withing a ... Joey Echeverria
- RE: Submitting a Hadoop task from within... GOEKE, MATTHEW (AG/1000)
- Re: Submitting a Hadoop task from wi... Joey Echeverria
- Re: Submitting a Hadoop task fro... Yaron Gonen
- RE: Submitting a Hadoop task from withing a ... GOEKE, MATTHEW (AG/1000)