[
https://issues.apache.org/jira/browse/HBASE-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701805#action_12701805
]
stack commented on HBASE-1318:
------------------------------
I applied patch to trunk and got this:
{code}
compile:
[javac] Compiling 284 source files to
/home/stack/checkouts/hbase/trunk/build/classes
[javac]
/home/stack/checkouts/hbase/trunk/src/java/org/apache/hadoop/hbase/thrift/ThriftServer.java:415:
cannot find symbol
[javac] symbol : method incrementColumnValue(byte[],byte[],long)
[javac] location: class org.apache.hadoop.hbase.client.HTable
[javac] return table.incrementColumnValue(row, column, amount);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
{code}
> Thrift server doesnt know about atomicIncrement
> -----------------------------------------------
>
> Key: HBASE-1318
> URL: https://issues.apache.org/jira/browse/HBASE-1318
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.19.1, 0.20.0
> Reporter: ryan rawson
> Assignee: ryan rawson
> Fix For: 0.19.2, 0.20.0
>
> Attachments: HBASE-1318.patch
>
>
> the thrift server needs the atomicIncrement API implemented
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.