Vertex serialization

2011-09-15 Thread Claudio Martella
Hello, I've noticed that Vertex's Writable implementation (readFields and write) write longs for map (edges and messages) sizes (which are ints). Is it for some compatibility reason? --     Claudio Martella     claudio.marte...@gmail.com

Re: Vertex serialization

2011-09-15 Thread Avery Ching
It should probably be ints instead of longs for now. I think I was thinking of day when it might be possible to have more than Integer.MAX_VALUE edges or messages. But that would break this current implementation anyway. Avery On 9/15/11 4:49 AM, Claudio Martella wrote: Hello, I've notice

[jira] [Commented] (GIRAPH-28) Introduce new primitive-specific MutableVertex subclasses

2011-09-15 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105568#comment-13105568 ] Jake Mannix commented on GIRAPH-28: --- I don't know what it was, I just re-patched with cur

[jira] [Updated] (GIRAPH-28) Introduce new primitive-specific MutableVertex subclasses

2011-09-15 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Mannix updated GIRAPH-28: -- Attachment: GIRAPH-28.diff Newly regenerated against trunk. > Introduce new primitive-specific MutableV

[jira] [Created] (GIRAPH-35) Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now Giraph committers

2011-09-15 Thread Avery Ching (JIRA)
Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now Giraph committers - Key: GIRAPH-35 URL: https://issues.apache.org/jira/browse/GIRAPH-35

[jira] [Updated] (GIRAPH-35) Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now Giraph committers

2011-09-15 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avery Ching updated GIRAPH-35: -- Attachment: GIRAPH-35.patch > Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are no

[jira] [Commented] (GIRAPH-35) Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now Giraph committers

2011-09-15 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105794#comment-13105794 ] Avery Ching commented on GIRAPH-35: --- Temporary link to the newly generated site. I'll co

[jira] [Commented] (GIRAPH-35) Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now Giraph committers

2011-09-15 Thread Hyunsik Choi (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105795#comment-13105795 ] Hyunsik Choi commented on GIRAPH-35: +1 Welcome new committers :) > Modifying the sit

[jira] [Commented] (GIRAPH-35) Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now Giraph committers

2011-09-15 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105800#comment-13105800 ] Dmitriy V. Ryaboy commented on GIRAPH-35: - Uh.. +1? :) > Modifying the site to ind

[jira] [Commented] (GIRAPH-35) Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now Giraph committers

2011-09-15 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105815#comment-13105815 ] Jake Mannix commented on GIRAPH-35: --- heh, er, +1 from me. :) > Modifying the site to ind

[jira] [Commented] (GIRAPH-35) Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now Giraph committers

2011-09-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105834#comment-13105834 ] Hudson commented on GIRAPH-35: -- Integrated in Giraph-trunk-Commit #6 (See [https://builds.apa

[jira] [Resolved] (GIRAPH-35) Modifying the site to indicated that Jake Mannix and Dmitriy Ryaboy are now Giraph committers

2011-09-15 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avery Ching resolved GIRAPH-35. --- Resolution: Fixed I updated the site as well. Does anyone know a better way than the following steps

[jira] [Commented] (GIRAPH-34) Failure of Vertex reflection for putVertexList from GIRAPH-27

2011-09-15 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105853#comment-13105853 ] Avery Ching commented on GIRAPH-34: --- In the meantime, using StaticBalancer will prevent t

[jira] [Commented] (GIRAPH-34) Failure of Vertex reflection for putVertexList from GIRAPH-27

2011-09-15 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105867#comment-13105867 ] Jake Mannix commented on GIRAPH-34: --- How to reproduce this bug? Does it show up in regul

[jira] [Updated] (GIRAPH-34) Failure of Vertex reflection for putVertexList from GIRAPH-27

2011-09-15 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avery Ching updated GIRAPH-34: -- Attachment: GIRAPH-34.patch Try running the unittests against an actual Hadoop instance (i.e. if you run

[jira] [Issue Comment Edited] (GIRAPH-34) Failure of Vertex reflection for putVertexList from GIRAPH-27

2011-09-15 Thread Avery Ching (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105876#comment-13105876 ] Avery Ching edited comment on GIRAPH-34 at 9/16/11 5:53 AM: Try