You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Thomas Jungblut (Created) (JIRA)" <ji...@apache.org> on 2012/04/15 17:57:18 UTC

[jira] [Created] (HAMA-552) Add a sorted message queue

Add a sorted message queue
--------------------------

                 Key: HAMA-552
                 URL: https://issues.apache.org/jira/browse/HAMA-552
             Project: Hama
          Issue Type: New Feature
          Components: bsp
    Affects Versions: 0.5.0
            Reporter: Thomas Jungblut
            Priority: Minor
             Fix For: 0.6.0


After HAMA-521 is done, we can add a Heap-based queue which sorts the incoming messages by a given Comparator. So the message should be WritableComparable, note that this should be not a requirement in the generics of BSP since this is just a corner-case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HAMA-552) Add a sorted message queue

Posted by "Thomas Jungblut (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Jungblut reassigned HAMA-552:
------------------------------------

    Assignee: Thomas Jungblut
    
> Add a sorted message queue
> --------------------------
>
>                 Key: HAMA-552
>                 URL: https://issues.apache.org/jira/browse/HAMA-552
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp core
>    Affects Versions: 0.5.0
>            Reporter: Thomas Jungblut
>            Assignee: Thomas Jungblut
>            Priority: Minor
>             Fix For: 0.6.0
>
>
> After HAMA-521 is done, we can add a Heap-based queue which sorts the incoming messages by a given Comparator. So the message should be WritableComparable, note that this should be not a requirement in the generics of BSP since this is just a corner-case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HAMA-552) Add a sorted message queue

Posted by "Thomas Jungblut (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Jungblut updated HAMA-552:
---------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)
    
> Add a sorted message queue
> --------------------------
>
>                 Key: HAMA-552
>                 URL: https://issues.apache.org/jira/browse/HAMA-552
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp core
>    Affects Versions: 0.5.0
>            Reporter: Thomas Jungblut
>            Assignee: Thomas Jungblut
>            Priority: Minor
>             Fix For: 0.5.0
>
>         Attachments: HAMA-552.patch
>
>
> After HAMA-521 is done, we can add a Heap-based queue which sorts the incoming messages by a given Comparator. So the message should be WritableComparable, note that this should be not a requirement in the generics of BSP since this is just a corner-case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HAMA-552) Add a sorted message queue

Posted by "Thomas Jungblut (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Jungblut updated HAMA-552:
---------------------------------

    Fix Version/s:     (was: 0.6.0)
                   0.5.0

Put that into trunk now.
                
> Add a sorted message queue
> --------------------------
>
>                 Key: HAMA-552
>                 URL: https://issues.apache.org/jira/browse/HAMA-552
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp core
>    Affects Versions: 0.5.0
>            Reporter: Thomas Jungblut
>            Assignee: Thomas Jungblut
>            Priority: Minor
>             Fix For: 0.5.0
>
>         Attachments: HAMA-552.patch
>
>
> After HAMA-521 is done, we can add a Heap-based queue which sorts the incoming messages by a given Comparator. So the message should be WritableComparable, note that this should be not a requirement in the generics of BSP since this is just a corner-case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HAMA-552) Add a sorted message queue

Posted by "Thomas Jungblut (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Jungblut updated HAMA-552:
---------------------------------

    Attachment: HAMA-552.patch

Testcases are fine, rat also. I don't think this here needs a testcase, it is just a delegate to the java implementation.

                
> Add a sorted message queue
> --------------------------
>
>                 Key: HAMA-552
>                 URL: https://issues.apache.org/jira/browse/HAMA-552
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp core
>    Affects Versions: 0.5.0
>            Reporter: Thomas Jungblut
>            Assignee: Thomas Jungblut
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: HAMA-552.patch
>
>
> After HAMA-521 is done, we can add a Heap-based queue which sorts the incoming messages by a given Comparator. So the message should be WritableComparable, note that this should be not a requirement in the generics of BSP since this is just a corner-case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HAMA-552) Add a sorted message queue

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HAMA-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278392#comment-13278392 ] 

Hudson commented on HAMA-552:
-----------------------------

Integrated in Hama-Nightly #550 (See [https://builds.apache.org/job/Hama-Nightly/550/])
    [HAMA-552]: Add a sorted message queue (Revision 1339626)

     Result = SUCCESS
tjungblut : 
Files : 
* /incubator/hama/trunk/CHANGES.txt
* /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/SortedMessageQueue.java

                
> Add a sorted message queue
> --------------------------
>
>                 Key: HAMA-552
>                 URL: https://issues.apache.org/jira/browse/HAMA-552
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp core
>    Affects Versions: 0.5.0
>            Reporter: Thomas Jungblut
>            Assignee: Thomas Jungblut
>            Priority: Minor
>             Fix For: 0.5.0
>
>         Attachments: HAMA-552.patch
>
>
> After HAMA-521 is done, we can add a Heap-based queue which sorts the incoming messages by a given Comparator. So the message should be WritableComparable, note that this should be not a requirement in the generics of BSP since this is just a corner-case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HAMA-552) Add a sorted message queue

Posted by "Thomas Jungblut (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Jungblut updated HAMA-552:
---------------------------------

    Status: Patch Available  (was: Open)
    
> Add a sorted message queue
> --------------------------
>
>                 Key: HAMA-552
>                 URL: https://issues.apache.org/jira/browse/HAMA-552
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp core
>    Affects Versions: 0.5.0
>            Reporter: Thomas Jungblut
>            Assignee: Thomas Jungblut
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: HAMA-552.patch
>
>
> After HAMA-521 is done, we can add a Heap-based queue which sorts the incoming messages by a given Comparator. So the message should be WritableComparable, note that this should be not a requirement in the generics of BSP since this is just a corner-case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira