Re: Kerberos auth using java exception

2016-03-21 Thread Josh Elser
`UserGroupInformation ugi = UserGroupInformation.loginUserFromKeytabAndReturnUGI(...)` and `UserGroupInformation.setLoginUser(ugi)` Should be sufficient. You may also need to use a `UGI.doAs()`, e.g. ugi.doAs(new PrivilegedExceptionAction() { public Void run() { HBaseAdmin.checkHBaseAva

Re: java.lang.VerifyError: class com.google.protobuf.HBaseZeroCopyByteString overrides final method equals.(Ljava/lang/Object;)Z

2016-03-21 Thread yeshwanth kumar
the reason for choosing protobuf 2.6 is, i have a proto definition of that version but hbase uses protobuf 2.5, instead of using protobuf 2.5 if i use protobuf 2.6, is it compatible, is there any difference between wire format.? please let me know -Yeshwanth Can you Imagine what I would do if I

Re: java.lang.VerifyError: class com.google.protobuf.HBaseZeroCopyByteString overrides final method equals.(Ljava/lang/Object;)Z

2016-03-21 Thread Ted Yu
In the dependency tree from your first email, I don't see any protobuf 2.6 dependency. Would protobuf 2.6 give you any advantage ? Cheers On Mon, Mar 21, 2016 at 8:37 AM, yeshwanth kumar wrote: > what if i use protobuf version 2.6, > is it supported? > > please let me know > > -Yeshwanth > Can

Re: java.lang.VerifyError: class com.google.protobuf.HBaseZeroCopyByteString overrides final method equals.(Ljava/lang/Object;)Z

2016-03-21 Thread yeshwanth kumar
what if i use protobuf version 2.6, is it supported? please let me know -Yeshwanth Can you Imagine what I would do if I could do all I can - Art of War On Fri, Mar 18, 2016 at 10:31 PM, yeshwanth kumar wrote: > Thank you Ted, > Thank You Sean, for the detailed explanation. > > i will revert to

Re: Unable to find cached index metadata

2016-03-21 Thread Pedro Gandola
Sorry, guys wrong list. Cheers Pedro On Mon, Mar 21, 2016 at 11:00 AM, Ted Yu wrote: > Have you posted this question on Phoenix mailing list ? > > Looks like you may get better answer there since the exception is related > to Phoenix coprocessor. > > Thanks > > On Mon, Mar 21, 2016 at 3:51 AM,

Re: Unable to find cached index metadata

2016-03-21 Thread Ted Yu
Have you posted this question on Phoenix mailing list ? Looks like you may get better answer there since the exception is related to Phoenix coprocessor. Thanks On Mon, Mar 21, 2016 at 3:51 AM, Pedro Gandola wrote: > Hi, > > I'm using *Phoenix4.6* and in my use case I have a table that keeps a

Unable to find cached index metadata

2016-03-21 Thread Pedro Gandola
Hi, I'm using *Phoenix4.6* and in my use case I have a table that keeps a sliding window of 7 days worth of data. I have 3 local indexes on this table and in out use case we have aprox: 150 producers that are inserting data (in batches of 300-1500 events) in real-time. Some days ago I started to