[jira] [Commented] (GIRAPH-228) SimpleTriangleClosingVertex should not use ArrayWritable for a vertex value

2012-07-02 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405099#comment-13405099 ] Eli Reisman commented on GIRAPH-228: Hi Avery, Stupid question (as usual!) but the

[jira] [Commented] (GIRAPH-209) Include munge version in artifact name

2012-07-02 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405104#comment-13405104 ] Eli Reisman commented on GIRAPH-209: I deleted the 2 earlier patches as they don't

[jira] [Updated] (GIRAPH-228) SimpleTriangleClosingVertex should not use ArrayWritable for a vertex value

2012-07-02 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated GIRAPH-228: --- Attachment: GIRAPH-228-2.patch Needed to fix the iterator() to the new API so the vertex would run.

[jira] [Commented] (GIRAPH-228) SimpleTriangleClosingVertex should not use ArrayWritable for a vertex value

2012-07-02 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405165#comment-13405165 ] Eli Reisman commented on GIRAPH-228: ArrayListWritable patch, including change to POM

[jira] [Commented] (GIRAPH-230) Uniform imports order

2012-07-02 Thread Alessandro Presta (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405209#comment-13405209 ] Alessandro Presta commented on GIRAPH-230: -- Hey Eli, if you have already

[jira] [Updated] (GIRAPH-81) Create annotations on provided algorithms for cli

2012-07-02 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-81: --- Attachment: GIRAPH-81-2.patch No need to use FileUtils, it's even less complicated this way.

[jira] [Commented] (GIRAPH-230) Uniform imports order

2012-07-02 Thread Alessandro Presta (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405221#comment-13405221 ] Alessandro Presta commented on GIRAPH-230: -- Just to be clear: we don't have any

[jira] [Updated] (GIRAPH-209) Include munge version in artifact name

2012-07-02 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated GIRAPH-209: --- Attachment: GIRAPH-209-4.patch added the ${basedir}/target/... to line 654 of the top-level POM.xml

[jira] [Created] (GIRAPH-231) Overly prescriptive check-style requirements considered harmful

2012-07-02 Thread Jakob Homan (JIRA)
Jakob Homan created GIRAPH-231: -- Summary: Overly prescriptive check-style requirements considered harmful Key: GIRAPH-231 URL: https://issues.apache.org/jira/browse/GIRAPH-231 Project: Giraph

[jira] [Commented] (GIRAPH-231) Overly prescriptive check-style requirements considered harmful

2012-07-02 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405410#comment-13405410 ] Avery Ching commented on GIRAPH-231: I think it's reasonable to discuss this and I

[jira] [Commented] (GIRAPH-224) Server-side combiner

2012-07-02 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405447#comment-13405447 ] Avery Ching commented on GIRAPH-224: Alessandro, rather than do combining after the

[jira] [Commented] (GIRAPH-224) Server-side combiner

2012-07-02 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13405448#comment-13405448 ] Avery Ching commented on GIRAPH-224: To be more clear, in the doRequest() method.