[
https://issues.apache.org/jira/browse/HAMA-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-141:
--------------------------------
Attachment: HAMA-141.patch
Here's the patch. Local test passed.
> Bug of scanner range in block multiplication
> --------------------------------------------
>
> Key: HAMA-141
> URL: https://issues.apache.org/jira/browse/HAMA-141
> Project: Hama
> Issue Type: Bug
> Components: implementation
> Affects Versions: 0.1.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Priority: Critical
> Fix For: 0.1.0
>
> Attachments: HAMA-141.patch
>
>
> endKey should be :
> BlockID endBlock = new BlockID(key.getColumn() + 1, 0);
> and, end of range should be:
> scan = table.getScanner(new byte[][] { Bytes
> .toBytes(Constants.BLOCK) }, startBlock.getBytes());
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.