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
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.