You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2010/06/03 03:15:55 UTC

[jira] Created: (HAMA-269) Add getter for serverName to BSPPeerInterface

Add getter for serverName to BSPPeerInterface
---------------------------------------------

                 Key: HAMA-269
                 URL: https://issues.apache.org/jira/browse/HAMA-269
             Project: Hama
          Issue Type: Improvement
          Components: bsp
    Affects Versions: 0.2.0
            Reporter: Edward J. Yoon
            Priority: Trivial
             Fix For: 0.2.0


it would be nice if we add getter for serverName to BSPPeerInterface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-269) Add getter for serverName to BSPPeerInterface

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

Edward J. Yoon updated HAMA-269:
--------------------------------

      Status: Patch Available  (was: Open)
    Assignee: Edward J. Yoon

Submit patch.

> Add getter for serverName to BSPPeerInterface
> ---------------------------------------------
>
>                 Key: HAMA-269
>                 URL: https://issues.apache.org/jira/browse/HAMA-269
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>            Priority: Trivial
>             Fix For: 0.2.0
>
>         Attachments: HAMA-269.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> it would be nice if we add getter for serverName to BSPPeerInterface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-269) Add getter for serverName to BSPPeerInterface

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

Edward J. Yoon updated HAMA-269:
--------------------------------

    Attachment: HAMA-269_v02.patch

I merged DefaultBSPPeer and BSPPeerInterface.

> Add getter for serverName to BSPPeerInterface
> ---------------------------------------------
>
>                 Key: HAMA-269
>                 URL: https://issues.apache.org/jira/browse/HAMA-269
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>            Priority: Trivial
>             Fix For: 0.2.0
>
>         Attachments: HAMA-269.patch, HAMA-269_v02.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> it would be nice if we add getter for serverName to BSPPeerInterface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-269) Add getter for serverName to BSPPeerInterface

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

Edward J. Yoon updated HAMA-269:
--------------------------------

    Attachment: HAMA-269.patch

attach my patch.

> Add getter for serverName to BSPPeerInterface
> ---------------------------------------------
>
>                 Key: HAMA-269
>                 URL: https://issues.apache.org/jira/browse/HAMA-269
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Priority: Trivial
>             Fix For: 0.2.0
>
>         Attachments: HAMA-269.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> it would be nice if we add getter for serverName to BSPPeerInterface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HAMA-269) Add getter for serverName to BSPPeerInterface

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

Edward J. Yoon updated HAMA-269:
--------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

Hudson server seems down now.

Unit tests are tested locally, I just committed this.

test:
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/usr/share/java/ant-1.7.1.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:file:/home/edward/workspace/hama-trunk/lib/findbugs/ant.jar!/org/apache/tools/ant/Project.class
    [junit] Running org.apache.hama.TestHamaAdmin
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 53.024 sec
    [junit] Running org.apache.hama.TestHbaseClient
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 32.216 sec
    [junit] Running org.apache.hama.examples.TestBlockMatrixMapReduce
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 109.39 sec
    [junit] Running org.apache.hama.examples.TestCosineSimilarityMatrix
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 26.431 sec
    [junit] Running org.apache.hama.examples.TestFileMatrixBlockMult
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 29.342 sec
    [junit] Running org.apache.hama.examples.TestJacobiEigenValue
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 129.446 sec
    [junit] Running org.apache.hama.examples.TestMatrixMult
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 89.036 sec
    [junit] Running org.apache.hama.examples.TestRandomMatrixMapReduce
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 70.217 sec
    [junit] Running org.apache.hama.io.TestBlockID
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.018 sec
    [junit] Running org.apache.hama.matrix.TestAbstractMatrix
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 48.662 sec
    [junit] Running org.apache.hama.matrix.TestDenseMatrix
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 76.135 sec
    [junit] Running org.apache.hama.matrix.TestDenseVector
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 20.343 sec
    [junit] Running org.apache.hama.matrix.TestSparseMatrix
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 83.672 sec
    [junit] Running org.apache.hama.matrix.TestSparseVector
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 55.383 sec
    [junit] Running org.apache.hama.matrix.TestSubMatirx
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 54.428 sec
    [junit] Running org.apache.hama.util.TestNumeric
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.hama.util.TestRandomVariable
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec

BUILD SUCCESSFUL
Total time: 14 minutes 53 seconds
[edward@localhost hama-trunk]$ 


> Add getter for serverName to BSPPeerInterface
> ---------------------------------------------
>
>                 Key: HAMA-269
>                 URL: https://issues.apache.org/jira/browse/HAMA-269
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>            Priority: Trivial
>             Fix For: 0.2.0
>
>         Attachments: HAMA-269.patch, HAMA-269_v02.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> it would be nice if we add getter for serverName to BSPPeerInterface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.