Re: will an application with two maps but no reduce be suitable for hadoop?

2013-04-18 Thread Roman Shaposhnik
On Thu, Apr 18, 2013 at 4:49 AM, Hadoop Explorer wrote: > I have an application that evaluate a graph using this algorithm: > > - use a parallel for loop to evaluate all nodes in a graph (to evaluate a > node, an image is read, and then result of this node is calculated) > > - use a second paralle

will an application with two maps but no reduce be suitable for hadoop?

2013-04-18 Thread Hadoop Explorer
I have an application that evaluate a graph using this algorithm: - use a parallel for loop to evaluate all nodes in a graph (to evaluate a node, an image is read, and then result of this node is calculated) - use a second parallel for loop to evaluate all edges in the graph. The function woul