[
https://issues.apache.org/jira/browse/HAMA-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-50:
-------------------------------
Attachment: HAMA-50.patch
Changes are:
Cell<byte[], long> -> VectorEntry<double, long>
HbaseMapWritable<byte[], V> -> VectorMapWritable<Integer, V>
> Add entry instead of cell
> -------------------------
>
> Key: HAMA-50
> URL: https://issues.apache.org/jira/browse/HAMA-50
> Project: Hama
> Issue Type: Bug
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.1.0
>
> Attachments: HAMA-50.patch
>
>
> Iterator<Cell<bytes, long>> it = v.iterator(); should be Iterator<Entry> and
> Entry should be <double, long>.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.