RE: HBase checkAndPut Support

2016-07-20 Thread shalandra.sharma
Thanks for the help and confirmation. Thanks Shal -Original Message- From: Jonathan Leech [mailto:jonat...@gmail.com] Sent: Wednesday, July 20, 2016 0:35 To: user@phoenix.apache.org Subject: Re: HBase checkAndPut Support I suspect you could do what you want in an hbase coprocessor

Re: HBase checkAndPut Support

2016-07-19 Thread Josh Elser
landra.sha...@barclays.com wrote: Hi team, Any pointers/help? Thanks Shal *From:*Sharma, Shalandra: IT (NYK) *Sent:* Monday, May 23, 2016 11:25 *To:* 'user@phoenix.apache.org' *Subject:* HBase checkAndPut Support Hi Team, We are evaluating use of Phoenix in our project. We are using CDH

HBase checkAndPut Support

2016-05-23 Thread shalandra.sharma
Hi Team, We are evaluating use of Phoenix in our project. We are using CDH 5.5.2. One of our use cases is to update the HBase row only if the value in a column (version) is greater than or equal to the current value. Using HBase core APIs we can achieve this by checkAndPut but I could not find

HBase checkAndPut Support

2016-05-23 Thread shalandra.sharma
Hi Team, We are evaluating use of Phoenix in our project. We are using CDH 5.5.2. One of our use cases is to update the HBase row only if the value in a column (version) is greater than or equal to the current value. Using HBase core APIs we can achieve this by checkAndPut but I could not find