Re: Hama receive queue

2012-07-15 Thread Thomas Jungblut
Hey, I thought that you've dropped the project. Nice to see the progress, I will have a deeper look when I'm back from work. We checked a few math helpers into the new ML module last week, vectors and matrices as well as their writables. Maybe you want to update your Hama to the trunk version and

Re: Hama receive queue

2012-07-15 Thread Aditya Sarawgi
Hi Thomas, As you suggested I have made some chnages to https://github.com/truncs/hello-world/blob/master/src/main/java/edu/sunysb/cs/Icf.java The custom paritioner that you had for matrix multiplication seems to meet my needs as well. I just want to split each row such that each subsequent row g

Re: Hama receive queue

2012-07-15 Thread Aditya Sarawgi
Hi Edward, Sorry for the late reply I have been busy with my internship. There are still some fixes left before we test it in full distributed mode. I will try to get that done in the coming few days. Thanks Aditya Sarawgi On Thu, Jul 5, 2012 at 9:08 AM, Edward J. Yoon wrote: > > Now I would li

[jira] [Commented] (HAMA-540) Create distributed sort BSP

2012-07-15 Thread Thomas Jungblut (JIRA)
[ https://issues.apache.org/jira/browse/HAMA-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414720#comment-13414720 ] Thomas Jungblut commented on HAMA-540: -- I will generify my sampling sort and create a p

[jira] [Assigned] (HAMA-540) Create distributed sort BSP

2012-07-15 Thread Thomas Jungblut (JIRA)
[ https://issues.apache.org/jira/browse/HAMA-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Jungblut reassigned HAMA-540: Assignee: Thomas Jungblut > Create distributed sort BSP > --- > >

[jira] [Updated] (HAMA-547) Add K-Means to ML package

2012-07-15 Thread Thomas Jungblut (JIRA)
[ https://issues.apache.org/jira/browse/HAMA-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Jungblut updated HAMA-547: - Attachment: HAMA-547.patch not tested yet, but should work. also adds a few distance metrics for c

[jira] [Assigned] (HAMA-221) A BSP matrix multiplication implementation.

2012-07-15 Thread Thomas Jungblut (JIRA)
[ https://issues.apache.org/jira/browse/HAMA-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Jungblut reassigned HAMA-221: Assignee: Thomas Jungblut > A BSP matrix multiplication implementation. > ---

[jira] [Commented] (HAMA-221) A BSP matrix multiplication implementation.

2012-07-15 Thread Thomas Jungblut (JIRA)
[ https://issues.apache.org/jira/browse/HAMA-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414708#comment-13414708 ] Thomas Jungblut commented on HAMA-221: -- Now that my math lib is in ml-package, let's ju

[jira] [Assigned] (HAMA-547) Add K-Means to ML package

2012-07-15 Thread Thomas Jungblut (JIRA)
[ https://issues.apache.org/jira/browse/HAMA-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Jungblut reassigned HAMA-547: Assignee: Thomas Jungblut > Add K-Means to ML package > - > >

[jira] [Updated] (HAMA-608) LocalRunner should honor the configured queues

2012-07-15 Thread Thomas Jungblut (JIRA)
[ https://issues.apache.org/jira/browse/HAMA-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Jungblut updated HAMA-608: - Attachment: HAMA-608.patch fixed that. > LocalRunner should honor the configured q

[jira] [Created] (HAMA-608) LocalRunner should honor the configured queues

2012-07-15 Thread Thomas Jungblut (JIRA)
Thomas Jungblut created HAMA-608: Summary: LocalRunner should honor the configured queues Key: HAMA-608 URL: https://issues.apache.org/jira/browse/HAMA-608 Project: Hama Issue Type: Bug

[jira] [Commented] (HAMA-524) [GSoC 2012] Sparse Matrix-Vector multiplication (SpMV) on Hama

2012-07-15 Thread Mikalai Parafeniuk (JIRA)
[ https://issues.apache.org/jira/browse/HAMA-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414596#comment-13414596 ] Mikalai Parafeniuk commented on HAMA-524: - Hello everybody. I have published some ba