[
https://issues.apache.org/jira/browse/HAMA-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13764180#comment-13764180
]
Martin Illecker commented on HAMA-594:
--------------------------------------
Edward has also overwritten the ml/pom.xml and hama-graph dependency is:
{code}
Index: ml/pom.xml
===================================================================
--- ml/pom.xml (revision 1521295)
+++ ml/pom.xml (working copy)
@@ -36,6 +36,11 @@
<artifactId>hama-core</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.hama</groupId>
+ <artifactId>hama-graph</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
{code}
> Implementation of a Semi-Clustering algorithm, described in Pregel paper.
> -------------------------------------------------------------------------
>
> Key: HAMA-594
> URL: https://issues.apache.org/jira/browse/HAMA-594
> Project: Hama
> Issue Type: New Feature
> Components: examples, graph
> Affects Versions: 0.6.2
> Reporter: Edward J. Yoon
> Assignee: Renil J
> Labels: gsoc, gsoc2013, mentor
> Fix For: 0.6.3
>
> Attachments: HAMA-594.patch, HAMA-594toml.patch, HAMA-594_v02.patch
>
>
> {quote}
> 5.4 Semi-Clustering
> Pregel has been used for several different versions of clus-tering. One
> version, semi-clustering, arises in social graphs. Vertices in a social graph
> typically represent people, and edges represent connections between them.
> ....
> {quote}
> This issue implements Semi-Clustering algorithm, described in Pregel paper,
> using Hama graph APIs.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira