[jira] [Updated] (GIRAPH-322) Run Length Encoding for Vertex#sendMessageToAllEdges might curb out of control message growth in large scale jobs

2012-09-11 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated GIRAPH-322: --- Attachment: GIRAPH-322-3.patch Thanks Maja, I see now the reflection constructor is probably the issu

Re: [jira] [Commented] (GIRAPH-315) giraph-site.xml isn't read on time

2012-09-11 Thread Eli Reisman
Interesting. Here's what I know from struggling with GIRAPH-214. Configurations get created with "new" but are populated in constructor by static values stored when the class is loaded and the static addResource() blocks are called on various Hadoop and Giraph config files. Once these are populate

[jira] [Commented] (GIRAPH-323) Check if requests are done before calling wait

2012-09-11 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453286#comment-13453286 ] Eli Reisman commented on GIRAPH-323: Makes sense to me. I'll leave this a day for folk

[jira] [Commented] (GIRAPH-293) Should aggregators be checkpointed?

2012-09-11 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453265#comment-13453265 ] Avery Ching commented on GIRAPH-293: Quick look is good to me. > Shou

[jira] [Commented] (GIRAPH-293) Should aggregators be checkpointed?

2012-09-11 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453252#comment-13453252 ] Eli Reisman commented on GIRAPH-293: Looks great, and a lot of work too. So the deal

[jira] [Commented] (GIRAPH-293) Should aggregators be checkpointed?

2012-09-11 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453211#comment-13453211 ] Eli Reisman commented on GIRAPH-293: I will take a look. Scary huh? >

[jira] [Commented] (GIRAPH-322) Run Length Encoding for Vertex#sendMessageToAllEdges might curb out of control message growth in large scale jobs

2012-09-11 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453196#comment-13453196 ] Eli Reisman commented on GIRAPH-322: Thanks Maja, great advice. I will check into all

[jira] [Updated] (GIRAPH-293) Should aggregators be checkpointed?

2012-09-11 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-293: Attachment: GIRAPH-293.patch Rebasing again. Can someone please take a look, after all checkpointi

Review Request: SequenceFile output format (id-value only)

2012-09-11 Thread Gianmarco De Francisci Morales
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7012/ --- Review request for giraph. Description --- Create a SequenceFileOutputForma

[jira] [Updated] (GIRAPH-323) Check if requests are done before calling wait

2012-09-11 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-323: Attachment: GIRAPH-323.patch > Check if requests are done before calling wait > ---

[jira] [Created] (GIRAPH-323) Check if requests are done before calling wait

2012-09-11 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-323: --- Summary: Check if requests are done before calling wait Key: GIRAPH-323 URL: https://issues.apache.org/jira/browse/GIRAPH-323 Project: Giraph Issue Type: Bug

[jira] [Commented] (GIRAPH-322) Run Length Encoding for Vertex#sendMessageToAllEdges might curb out of control message growth in large scale jobs

2012-09-11 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453083#comment-13453083 ] Maja Kabiljo commented on GIRAPH-322: - You are missing the default constructor for Sen

[jira] [Commented] (GIRAPH-315) giraph-site.xml isn't read on time

2012-09-11 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452974#comment-13452974 ] Maja Kabiljo commented on GIRAPH-315: - Yes, it is happening, but just in tests. Here