[jira] [Commented] (GIRAPH-1148) Connected components - make calculate sizes work with large number of components

2017-06-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GIRAPH-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16035065#comment-16035065
 ] 

ASF GitHub Bot commented on GIRAPH-1148:


Github user asfgit closed the pull request at:

https://github.com/apache/giraph/pull/39


> Connected components - make calculate sizes work with large number of 
> components
> 
>
> Key: GIRAPH-1148
> URL: https://issues.apache.org/jira/browse/GIRAPH-1148
> Project: Giraph
>  Issue Type: Improvement
>Reporter: Maja Kabiljo
>Assignee: Maja Kabiljo
>
> Currently if we have a graph with large number of connected components, 
> calculating connected components sizes fails because reducer becomes too 
> large. Use array of handles instead.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (GIRAPH-1149) Fix initialization of IdAndValueArrayEdges and IdAndNullArrayEdges

2017-06-02 Thread Dionysios Logothetis (JIRA)
Dionysios Logothetis created GIRAPH-1149:


 Summary: Fix initialization of IdAndValueArrayEdges and 
IdAndNullArrayEdges
 Key: GIRAPH-1149
 URL: https://issues.apache.org/jira/browse/GIRAPH-1149
 Project: Giraph
  Issue Type: Bug
Reporter: Dionysios Logothetis
Assignee: Dionysios Logothetis


The initialize() method for these implementations does not reset the underlying 
data structure (array) just like in other implementations (e.g. HashMapEdges). 
This introduces bugs when the OutEdges implementation is re-used during input.

https://github.com/apache/giraph/pull/40



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)