https://issues.apache.org/jira/browse/HBASE-25644

2021-03-08 Thread Anoop John
This bug is fixed now. But how often will we change the HBase client version in Phoenix pom? Will it be better to have a mitigation in Phoenix code also. Simple change in ScanUtil.java to have a isSmall() true check before calling newScan.setSmall(scan.isSmall()); This will create a big perf

Re: [DISCUSS] Road to HBase 2.0.0

2017-10-13 Thread Anoop John
Thanks for bringing this up. I was abt to ask this. Ya the CP framework itself and the CP exposed interfaces (Like RegionServerServices, Region etc) are undergoing a big change for for HBase 2.0.. I did a look at some of the usages of the Phoenix exposed interfaces/classes. There are some

Re: java.lang.IllegalAccessError: com/google/protobuf/HBaseZeroCopyByteString

2017-09-17 Thread Anoop John
Sounds similar issue HBASE-10304 but that is fixed from 0.98.0 onwards.. Pls check whether ur code is having this fix or not. -Anoop- On Thu, Sep 14, 2017 at 10:36 PM, Pavani Addanki wrote: > Hi All, > > I am facing this issue while trying to insert from spark to

Re: [DISCUSS] Handling missing HBase features/code across versions

2017-07-26 Thread Anoop John
Well said Andy. Big +1 -Anoop- On Wed, Jul 26, 2017 at 2:52 AM, Josh Elser wrote: > Thanks for the reply! > > On 7/24/17 9:52 PM, Andrew Purtell wrote: >> >> As a coprocessor application there is no way not to be bogged down in >> internal details. Coprocessors are by

Re: indexedWALEditCodec may break hbase replication

2017-05-16 Thread Anoop John
You might be hitting the issue PHOENIX-2477. The fix is there in 4.7.0. Can u pls try with this version and report back. -Anoop- On Mon, May 15, 2017 at 10:20 PM, Yi Liang wrote: > Hi, >I am trying use Phoenix to put data, and seems hbase replication can not >

Re: [ANNOUNCE] New Apache Phoenix committer - Josh Elser

2016-04-10 Thread Anoop John
Congrats.. On Mon, Apr 11, 2016 at 8:50 AM, Josh Elser wrote: > Thanks everyone! > > Happy to join the ranks, and I'm looking forward to helping out more :) > > > James Taylor wrote: >> >> On behalf of the Apache Phoenix PMC, I'm pleased to announce that Josh >> Elser has

Re: [ANNOUNCE] Ankit Singhal added as Apache Phoenix committer

2016-01-31 Thread Anoop John
Great congrats Ankit On Sunday, January 31, 2016, rajeshb...@apache.org wrote: > Great work Ankit. > Congratulations!!! > On Jan 31, 2016 5:33 AM, "James Taylor" wrote: > >> On behalf of the Apache Phoenix PMC, I'm pleased to announce that

Re: I will make rc tonight IST(I feel It's correct time to release 4.4.0 with HBase 1.1.0 as well)

2015-05-25 Thread Anoop John
This issue is not there in 1.1.0.. It might be some jar improper verison issue? org/apache/hadoop/hbase/NoTagsKeyValue at org.apache.hadoop.hbase.io.hfile.HFileReaderV2$ScannerV2. formNoTagsKeyValue(HFileReaderV2.java:755) at

Re: KeyValue#createFirstOnRow() removed in hbase branch-1

2014-11-05 Thread Anoop John
I see Phoenix using this API in many places.. So how about add it back in branch-1 with deprecation and remove from trunk(?) Might be some other users also have used it. Deprecate in one major version and remove in next major version seems better. -Anoop- On Thu, Nov 6, 2014 at 12:06 AM, Ted

Re: Planning to remove local-index branch

2014-08-27 Thread Anoop John
+1 On Thu, Aug 28, 2014 at 8:58 AM, rajesh babu Chintaguntla chrajeshbab...@gmail.com wrote: Hi, local-index branch is created for local indexing feature development. Now local indexing feature is completely merged to 4.0 and master branches. So local-index branch is no longer required.

Re: [ANNOUNCE] New Apache Phoenix committer - Rajeshbabu Chintaguntla

2014-07-19 Thread Anoop John
Congrats Rajesh.. Welcome!! -Anoop- On Sun, Jul 20, 2014 at 7:36 AM, Nick Dimiduk ndimi...@gmail.com wrote: Nice work Rajesh! On Saturday, July 19, 2014, Stack st...@duboce.net wrote: Good on you Rajesh! On Sat, Jul 19, 2014 at 11:52 AM, Ravi Kiran maghamraviki...@gmail.com