[jira] [Commented] (GIRAPH-273) Aggregators shouldn't use Zookeeper

2012-07-31 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425610#comment-13425610 ] Avery Ching commented on GIRAPH-273: I think that as an option, writing to HDFS should

[jira] [Commented] (GIRAPH-274) Jobs still failing due to tasks timeout during INPUT_SUPERSTEP

2012-07-31 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425619#comment-13425619 ] Avery Ching commented on GIRAPH-274: I'm not a big fan of the infinite thread. An

[jira] [Commented] (GIRAPH-259) TestBspBasic.testBspPageRank is broken

2012-07-31 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425626#comment-13425626 ] Avery Ching commented on GIRAPH-259: Hi Maja, this looks pretty good, passed my local

[jira] [Commented] (GIRAPH-259) TestBspBasic.testBspPageRank is broken

2012-07-31 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425632#comment-13425632 ] Maja Kabiljo commented on GIRAPH-259: - Those errors were introduced with GIRAPH-244

[jira] [Commented] (GIRAPH-273) Aggregators shouldn't use Zookeeper

2012-07-31 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425681#comment-13425681 ] Gianmarco De Francisci Morales commented on GIRAPH-273: --- IMHO, even

Extending Giraph classes from test folder

2012-07-31 Thread Maja Kabiljo
When I try to extend some of the Giraph classes (Vertex, WorkerContext, etc) from test folder, and run the test in pseudo distributed mode, I get ClassNotFoundException on calling conf.getClass in corresponding BspUtils.createX method. Is there a way around this? Or if not, is there something

[jira] [Commented] (GIRAPH-275) Restore data locality to workers reading InputSplits where possible without querying NameNode, ZooKeeper

2012-07-31 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425864#comment-13425864 ] Eli Reisman commented on GIRAPH-275: Since our IO formats/record readers fake the

[jira] [Commented] (GIRAPH-273) Aggregators shouldn't use Zookeeper

2012-07-31 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13425936#comment-13425936 ] Maja Kabiljo commented on GIRAPH-273: - Ok, I'll implement it using just messaging

[jira] [Updated] (GIRAPH-275) Restore data locality to workers reading InputSplits where possible without querying NameNode, ZooKeeper

2012-07-31 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated GIRAPH-275: --- Attachment: GIRAPH-275-2.patch OK, this patch actually works just as explained in the original

[jira] [Commented] (GIRAPH-272) cannot extend Vertex in user code

2012-07-31 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426008#comment-13426008 ] Eli Reisman commented on GIRAPH-272: Hey I don't mean to bring up a dead issue, but

[jira] [Commented] (GIRAPH-275) Restore data locality to workers reading InputSplits where possible without querying NameNode, ZooKeeper

2012-07-31 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426089#comment-13426089 ] Eli Reisman commented on GIRAPH-275: incidentally, if using tons of workers or tons of

[jira] [Commented] (GIRAPH-273) Aggregators shouldn't use Zookeeper

2012-07-31 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426261#comment-13426261 ] Avery Ching commented on GIRAPH-273: I believe not, since the workers always