[ 
https://issues.apache.org/jira/browse/HAMA-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward J. Yoon resolved HAMA-31.
--------------------------------

    Resolution: Fixed

test:
    [junit] Running org.apache.hama.TestMatrix
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 38.836 sec
    [junit] Running org.apache.hama.TestRandomVariable
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.hama.TestVector
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 39.024 sec
    [junit] Running org.apache.hama.mapred.TestMatrixMapReduce
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 59.943 sec

BUILD SUCCESSFUL
Total time: 2 minutes 22 seconds

Local test passed.
I just committed this.

> Refactor VectorWritable
> -----------------------
>
>                 Key: HAMA-31
>                 URL: https://issues.apache.org/jira/browse/HAMA-31
>             Project: Hama
>          Issue Type: Improvement
>          Components: implementation
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.1.0
>
>         Attachments: HAMA-31.patch
>
>
> Some codes are duplicated. 
> Remove the deprecated below methods:
>   @Deprecated
>   public int[] m_dims;
>   @Deprecated
>   public double[] m_vals;
>   @Deprecated
>   public void parse(Set<Entry<byte[], Cell>> entrySet) {}
>   @Deprecated
>   public int getDimAt(int index) {}
>   @Deprecated
>   public double getValueAt(int index) {}

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

Reply via email to