[jira] [Updated] (GIRAPH-242) HashMapVertex stores neighbor ids twice

2012-07-10 Thread Alessandro Presta (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Presta updated GIRAPH-242: - Attachment: GIRAPH-242.patch Rebased against current trunk.

[jira] [Commented] (GIRAPH-245) BasicRPCCommunications fails with custom vertices

2012-07-10 Thread Maja Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13410320#comment-13410320 ] Maja Kabiljo commented on GIRAPH-245: - That piece of code only gets executed if there

[jira] [Commented] (GIRAPH-243) EdgeListVertex performance is sub-optimal

2012-07-10 Thread Alessandro Presta (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13410528#comment-13410528 ] Alessandro Presta commented on GIRAPH-243: -- I see your point. I would go with an

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

2012-07-10 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-3.patch Create annotations on provided algorithms for cli

Re: Board report

2012-07-10 Thread Avery Ching
Thanks Owen. Any one else have thoughts? Status report for the Apache Giraph project - July 2012 Giraph is a Bulk Synchronous Parallel framework for writing programs that analyze large graphs on a Hadoop cluster. Giraph is similar to Google's Pregel system. Project Status --

[jira] [Commented] (GIRAPH-242) HashMapVertex stores neighbor ids twice

2012-07-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13411107#comment-13411107 ] Hudson commented on GIRAPH-242: --- Integrated in Giraph-trunk-Commit #140 (See

[jira] [Commented] (GIRAPH-242) HashMapVertex stores neighbor ids twice

2012-07-10 Thread Hyunsik Choi (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13411108#comment-13411108 ] Hyunsik Choi commented on GIRAPH-242: - I verified the patch, and all unittest are

Announcing: Green-Marl/Giraph

2012-07-10 Thread Jan van der Lugt
Hi everyone, Some of you might already know Green-Marl, Green-Marl compatibility was even mentioned as a new feature for Giraph 0.2, but for those who don't, let me give you a quick introduction. Green-Marl is a domain-specific language tailored to graph algorithms. It has many features that

Re: Board report

2012-07-10 Thread Hyunsik Choi
+1 Looks good to me. -- Hyunsik Choi On Wed, Jul 11, 2012 at 6:22 AM, Avery Ching ach...@apache.org wrote: Thanks Owen. Any one else have thoughts? Status report for the Apache Giraph project - July 2012 Giraph is a Bulk Synchronous Parallel framework for writing programs that analyze

Re: Announcing: Green-Marl/Giraph

2012-07-10 Thread Praveen Sripati
Nice to know about `Green-Marl`. Abstraction would make working with Graphs more easy, but also would also add a bit of a performance overhead. Has any study been done on the same? Thanks, Praveen On Wed, Jul 11, 2012 at 7:40 AM, Avery Ching ach...@apache.org wrote: This is really cool stuff.

Re: Announcing: Green-Marl/Giraph

2012-07-10 Thread Jan van der Lugt
Hello Praveen, This very much depends on the algorithm. Due to some recent optimizations (intra-loop merging) many algorithms should be as fast as hand-implemented code. Publications on this subject are in preparation. The only Giraph feature we do not currently use is combiners, but we are