[
https://issues.apache.org/jira/browse/HAMA-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon resolved HAMA-17.
--------------------------------
Resolution: Fixed
test:
[junit] Running org.apache.hama.TestMatrix
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 39.145 sec
[junit] Running org.apache.hama.TestRandomVariable
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
[junit] Running org.apache.hama.TestVector
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 39.134 sec
[junit] Running org.apache.hama.mapred.TestMatrixMapReduce
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.187 sec
BUILD SUCCESSFUL
Total time: 2 minutes 24 seconds
Local test passed. Resolved.
> The vector implementation should be merged with VectorDatum.
> ------------------------------------------------------------
>
> Key: HAMA-17
> URL: https://issues.apache.org/jira/browse/HAMA-17
> Project: Hama
> Issue Type: Improvement
> Components: implementation
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.1.0
>
> Attachments: HAMA-17.patch
>
>
> Input value should be vector. Then, We might use memory.
> public void map(ImmutableBytesWritable key, Vector value,
> OutputCollector<ImmutableBytesWritable, Vector> output,
> Reporter reporter) throws IOException {
> Vector v1 = new Vector(B.getRowResult(key.get()));
> output.collect(key, v1.addition(key.get(), value.getVector()));
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.