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

Thomas Jungblut commented on HAMA-723:
--------------------------------------

If you're interested, here is a sequential code snippet for buffer sorting of a 
single WritableComparable message:

https://github.com/thomasjungblut/thomasjungblut-common/blob/master/src/de/jungblut/datastructure/SortedFile.java

Shouldn't be difficult to make this async and add the merging. However I guess 
that we need to copy the org.apache.hadoop.mapred.Merger into our repo as it is 
only package visible. BTW who is now working on that?
                
> Implement sorting in spilling queue.
> ------------------------------------
>
>                 Key: HAMA-723
>                 URL: https://issues.apache.org/jira/browse/HAMA-723
>             Project: Hama
>          Issue Type: Sub-task
>          Components: bsp core
>            Reporter: Suraj Menon
>            Assignee: Edward J. Yoon
>             Fix For: 0.6.1, 0.7.0
>
>
> Implement sorted queue. The sender queue can send segments of sorted data and 
> the receiver queue should implement merge sort.

--
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

Reply via email to