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 2008/07/25 08:39:32 UTC

[jira] Created: (HAMA-9) Upgrade dependencies

Upgrade dependencies
--------------------

                 Key: HAMA-9
                 URL: https://issues.apache.org/jira/browse/HAMA-9
             Project: Hama
          Issue Type: Improvement
          Components: mapred 
            Reporter: Edward J. Yoon


The dependencies (e.g. Hadoop, Hbase,...,etc) should be upgrade and define the dependency management policy.


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


[jira] Resolved: (HAMA-9) Upgrade dependencies

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

Edward J. Yoon resolved HAMA-9.
-------------------------------

    Resolution: Fixed

This issue was resolved. 
Other things (We need to discuss about about interface logics, algorithms and release policy) can be opened to new task.



> Upgrade dependencies
> --------------------
>
>                 Key: HAMA-9
>                 URL: https://issues.apache.org/jira/browse/HAMA-9
>             Project: Hama
>          Issue Type: Improvement
>          Components: mapred 
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>
> The dependencies (e.g. Hadoop, Hbase,...,etc) should be upgrade and define the dependency management policy.

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


[jira] Assigned: (HAMA-9) Upgrade dependencies

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

Edward J. Yoon reassigned HAMA-9:
---------------------------------

    Assignee: Edward J. Yoon

> Upgrade dependencies
> --------------------
>
>                 Key: HAMA-9
>                 URL: https://issues.apache.org/jira/browse/HAMA-9
>             Project: Hama
>          Issue Type: Improvement
>          Components: mapred 
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>
> The dependencies (e.g. Hadoop, Hbase,...,etc) should be upgrade and define the dependency management policy.

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


[jira] Commented: (HAMA-9) Upgrade dependencies

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

Edward J. Yoon commented on HAMA-9:
-----------------------------------

Too many changes are being on the Hbase client API, map/reduce package so I'll re-arrange the current code.

- upgrade dependencies (hadoop-0.17.0 -> hadoop-0.17.1, hbase-1.0 -> hbase-2.0 trunk)
- hama.mapred package was removed. Instead, we need to make some classes. (IO, In/Out formmatter, ..., etc)
- hama.algebra package was removed.  

> Upgrade dependencies
> --------------------
>
>                 Key: HAMA-9
>                 URL: https://issues.apache.org/jira/browse/HAMA-9
>             Project: Hama
>          Issue Type: Improvement
>          Components: mapred 
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>
> The dependencies (e.g. Hadoop, Hbase,...,etc) should be upgrade and define the dependency management policy.

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


[jira] Commented: (HAMA-9) Upgrade dependencies

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

Edward J. Yoon commented on HAMA-9:
-----------------------------------

compile:
    [mkdir] Created dir: /usr/workspace/hama-trunk/build/src
    [javac] Compiling 7 source files to /usr/workspace/hama-trunk/build/classes

compile-test:
    [javac] Compiling 6 source files to /usr/workspace/hama-trunk/build/test
      [jar] Building jar: /usr/workspace/hama-trunk/build/hama-0.1.0-dev-test.jar

test:
    [junit] Running org.apache.hama.TestFeatureVector
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 90.347 sec
    [junit] Running org.apache.hama.TestMatrix
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 75.978 sec
    [junit] Running org.apache.hama.TestRandomVariable
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.hama.mapred.TestMatrixMapReduce
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 60.17 sec

BUILD SUCCESSFUL
Total time: 3 minutes 51 seconds

Local test passed.
I committed this.

> Upgrade dependencies
> --------------------
>
>                 Key: HAMA-9
>                 URL: https://issues.apache.org/jira/browse/HAMA-9
>             Project: Hama
>          Issue Type: Improvement
>          Components: mapred 
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>
> The dependencies (e.g. Hadoop, Hbase,...,etc) should be upgrade and define the dependency management policy.

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