[jira] [Updated] (GIRAPH-73) A little refactoring

2011-11-10 Thread Sebastian Schelter (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Schelter updated GIRAPH-73: - Attachment: GIRAPH-73.patch A little refactoring

[jira] [Updated] (GIRAPH-74) GIRAPH-36 missed a couple of liners when passing from Vertex to BasicVertex

2011-11-10 Thread Claudio Martella (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claudio Martella updated GIRAPH-74: --- Attachment: GIRAPH-36-cleaup.diff This fixes the issue as in the issue description.

Newbie wanting to get involved with Giraph development

2011-11-10 Thread Shaunak Kashyap
Hi, I'm a newbie to Giraph and ASF projects in general. I would like to help with Giraph development and think I've found the perfect JIRA to start: https://issues.apache.org/jira/browse/GIRAPH-63. Before I make any code changes, however, I'd like to know more about the development process of

Re: Newbie wanting to get involved with Giraph development

2011-11-10 Thread Claudio Martella
Hi, I don't know if there's anything such as an official Development Process, I can share how I usually do when I contribute to ASF projects. (1) Considering there's already an open issue (a ticket in the JIRA) I'd download from SVN the version to which the issue applies, I'd write the fix,

Re: Newbie wanting to get involved with Giraph development

2011-11-10 Thread Avery Ching
Claudio gave great advice. The only thing I'd like to add is that you also might want to consider using reviewboard for throwing up patches (https://reviews.apache.org/) as it helps to get line-by-line comments and suggestions. Definitely email the mailing lists if you have questions and

[jira] [Commented] (GIRAPH-73) A little refactoring

2011-11-10 Thread Avery Ching (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13147913#comment-13147913 ] Avery Ching commented on GIRAPH-73: --- Hi Sebastian, Thanks for the refactoring and for

[jira] [Commented] (GIRAPH-74) GIRAPH-36 missed a couple of liners when passing from Vertex to BasicVertex

2011-11-10 Thread Jake Mannix (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13147948#comment-13147948 ] Jake Mannix commented on GIRAPH-74: --- In general, I'd prefer setHalted(boolean), but this

[jira] [Commented] (GIRAPH-74) GIRAPH-36 missed a couple of liners when passing from Vertex to BasicVertex

2011-11-10 Thread Avery Ching (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13147975#comment-13147975 ] Avery Ching commented on GIRAPH-74: --- Well, if you vote to halt, your compute() is never

[jira] [Commented] (GIRAPH-74) GIRAPH-36 missed a couple of liners when passing from Vertex to BasicVertex

2011-11-10 Thread Claudio Martella (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13148080#comment-13148080 ] Claudio Martella commented on GIRAPH-74: I've always noted an ambiguity in the API.

[jira] [Commented] (GIRAPH-11) Improve the graph distribution of Giraph

2011-11-10 Thread Hyunsik Choi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13148187#comment-13148187 ] Hyunsik Choi commented on GIRAPH-11: That's a huge patch :) I have just started to