[
https://issues.apache.org/jira/browse/HBASE-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739133#action_12739133
]
stack commented on HBASE-1723:
------------------------------
No worries Matias. Thanks for looking out for our thrift API.
For first error, make the hadoop jar come before the hbase jar or the dir with
hbase webapps in it.... .CLASSPATH is a little tricky. Or run on the cmdline:
ant test -Dtestcase=TestThriftServer. Ant test has CLASSPATH set right. On
second error, my guess is that its a follow on from first?
Test passes for me.
> getRowWithColumnsTs changed behavior
> ------------------------------------
>
> Key: HBASE-1723
> URL: https://issues.apache.org/jira/browse/HBASE-1723
> Project: Hadoop HBase
> Issue Type: Bug
> Components: thrift
> Reporter: Matthias Lehmann
> Fix For: 0.20.0
>
> Attachments: HBASE-1723-no-rearrangement.patch, HBASE-1723.patch
>
>
> The method getRowWithTimestampTs of the thrift interface changed behavior
> from version 0.19 to 0.20:
> In 0.19, it returned only cells with exactly the given timestamp, 0.20 it to
> returns cells with a timestamp before (not including) the given timestamp.
> It needs to be clearified, which one is the desired behavior.
> I attach a patch to make 0.20 conform with 0.19 (only return cells with
> exactly the given timestamp), if this is what is wanted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.