Ferdy Galema created GORA-146:
---------------------------------
Summary: HBaseStore does not properly set endkey
Key: GORA-146
URL: https://issues.apache.org/jira/browse/GORA-146
Project: Apache Gora
Issue Type: Bug
Components: storage-hbase
Affects Versions: 0.2
Reporter: Ferdy Galema
Fix For: 0.3
When debugging some Gora jobs in Eclipse I noticed that sometimes the stop key
is not set on the query that is used for the Scan object.
When looking at HBase's TableInputFormatBase (which is the base for
HBaseStore#getPartitions(..)) I noticed a minor difference in determining
"splitStop".
When I replaced the statement with the one from TableInputFormatBase it was
fixed. Also tested on a cluster.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira