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
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