Maja Kabiljo created GIRAPH-1033: ------------------------------------ Summary: Remove zookeeper from input splits handling Key: GIRAPH-1033 URL: https://issues.apache.org/jira/browse/GIRAPH-1033 Project: Giraph Issue Type: Improvement Reporter: Maja Kabiljo Assignee: Maja Kabiljo
Currently we use zookeeper for handling input splits, by having each worker checking each split, and when a lot of splits are used this becomes very slow. We should have master coordinate input splits allocation instead, making the complexity proportional to #splits instead of #workers*#splits. -- This message was sent by Atlassian JIRA (v6.3.4#6332)