[
https://issues.apache.org/jira/browse/HAMA-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13817128#comment-13817128
]
Martin Illecker edited comment on HAMA-813 at 11/8/13 9:12 AM:
---------------------------------------------------------------
I'm using the *messenger.queue.class* property in some examples. (e.g., in
matrixmultiplication to keep sent rows in order)
{code}
<property>
<name>hama.messenger.queue.class</name>
<value>org.apache.hama.bsp.message.queue.SortedMessageQueue</value>
</property>
or
conf.set(MessageManager.QUEUE_TYPE_CLASS,
"org.apache.hama.bsp.message.queue.SortedMessageQueue");
{code}
How can I achieve that all sent messages are ordered? (without a
SortedMessageQueue)
Would the following have now the same effect? (to get sorted messages)
{code}
conf.set(MessageManager.TRANSFER_QUEUE_TYPE_CLASS,
"org.apache.hama.bsp.message.queue.SortedMessageTransferProtocol");
{code}
was (Author: bafu):
I'm using the *messenger.queue.class* property in some examples. (e.g., in
matrixmultiplication to keep sent rows in order)
{code}
<property>
<name>hama.messenger.queue.class</name>
<value>org.apache.hama.bsp.message.queue.SortedMessageQueue</value>
</property>
or
conf.set(MessageManager.QUEUE_TYPE_CLASS,
"org.apache.hama.bsp.message.queue.SortedMessageQueue");
{code}
How can I achieve that all sent messages are ordered? (without a
SortedMessageQueue)
> Remove deprecated QUEUE_TYPE_CLASS
> ----------------------------------
>
> Key: HAMA-813
> URL: https://issues.apache.org/jira/browse/HAMA-813
> Project: Hama
> Issue Type: Improvement
> Components: bsp core, graph
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Priority: Minor
> Fix For: 0.7.0
>
> Attachments: patch.txt
>
>
> deprecated QUEUE_TYPE_CLASS is only used for GraphJob class. We can just
> remove it.
--
This message was sent by Atlassian JIRA
(v6.1#6144)