[
https://issues.apache.org/jira/browse/HAMA-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13915462#comment-13915462
]
Edward J. Yoon commented on HAMA-878:
-------------------------------------
Yes, your approach is right. I'll fix next week.
> PartitioningRunner.Sorter doesn't allows duplicate key
> ------------------------------------------------------
>
> Key: HAMA-878
> URL: https://issues.apache.org/jira/browse/HAMA-878
> Project: Hama
> Issue Type: Bug
> Affects Versions: 0.7.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Priority: Critical
> Fix For: 0.7.0
>
>
> My mistake. I used SortedMap to compare keys when merge sort. So, some
> records contains duplicate key can be ignored.
> public SortedMap<WritableComparable, KeyValuePair<Integer, KeyValuePair>>
> comparisonMap = new TreeMap<WritableComparable, KeyValuePair<Integer,
> KeyValuePair>>();
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)