[
https://issues.apache.org/jira/browse/HAMA-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-31:
-------------------------------
Attachment: HAMA-31.patch
- Removed useless methods.
- Added some test (e.g. norm1, norm2)
> 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.