Slow Query Log - 'adjust thresholds' settings

2015-11-03 Thread jumbo
I am using hbase-0.98.9-hadoop2 in pseudo-dist mode. What are the exact settings required in "hadoop-metrics2-hbase.properties" to adjust the thresholds for Slow Query logging? The following entries are not generating the warnings in the region server log file:

RE: delete of cells with visibility expressions

2015-11-03 Thread Anoop Sharma
hi which hbase version did you try this on? We tried on the following 2 hbase versions and see the delete problem. Version 1.0.2, r76745a2cbffe08b812be16e0e19e637a23a923c5, Tue Aug 25 15:59:49 PDT 2015 Version 1.1.2, rcc2b70cf03e3378800661ec5cab11eb43fafe0fc, Wed Aug 26 20:11:27 PDT 2015

Re: HBase error disabled security features are not available

2015-11-03 Thread kumar r
Yes I have set all this property, I got user ticket using kinit command and when trying to run *user_permission or grant *command in hbase shell, getting this exception Posted the question is stack overflow in the below link

Re: delete of cells with visibility expressions

2015-11-03 Thread ramkrishna vasudevan
Sorry for the confusion. Yes the bug exists. When I tried in the cluster the Visibilty CP was not on. So it is better we can raise a JIRA and fix this over there. Thanks Anoop Sharma and sorry for the delay from my side due to wrong info. Regards Ram On Wed, Nov 4, 2015 at 4:15 AM, Anoop Sharma

HBase error disabled security features are not available

2015-11-03 Thread kumar r
Configured secure HBase-1.1.2 with Hadoop-2.7.1 on Windows. When i enable authorization referring Configuring HBase Authorization , getting *ERROR: DISABLED: Security features

Re: HBase error disabled security features are not available

2015-11-03 Thread Ted Yu
Have you set the following config ? hbase.master.keytab.file hbase.master.kerberos.principal hbase.regionserver.keytab.file hbase.regionserver.kerberos.principal Refer to http://hbase.apache.org/book.html for their meaning / sample value. Please show the stack trace of the exception you got.

Error while loading bulk data from pig to hbase

2015-11-03 Thread Naresh Reddy
Hi I am getting the below error while loading bulk data from pig to hbase through HBaseStorage.Please help me to resolve this issue.Thanks in advance. *ERROR:pig script failed to validate: java.lang.RuntimeException: could not instantiate 'org.apache.pig.backend.hadoop.hbase.HBaseStorage' with

Re: delete of cells with visibility expressions

2015-11-03 Thread ramkrishna vasudevan
Seeing the code I think we have identified the issue as Anoop John said. We could fix this probably in the next release. Let us know if you want us to file a JIRA for this. Regards Ram On Wed, Nov 4, 2015 at 11:09 AM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote: > Sorry for

Re: Error while loading bulk data from pig to hbase

2015-11-03 Thread Naresh Reddy
Hi Thanks for the reply.PFA for the full error. Regard Naresh On Wed, Nov 4, 2015 at 11:29 AM, Ted Yu wrote: > Naresh: > Can you pastebin the full error ? > It should be in pig_.log > > Cheers > > > On Nov 3, 2015, at 9:07 PM, Naresh Reddy < >

Re: Error while loading bulk data from pig to hbase

2015-11-03 Thread Ted Yu
Naresh: Can you pastebin the full error ? It should be in pig_.log Cheers > On Nov 3, 2015, at 9:07 PM, Naresh Reddy > wrote: > > Hi > > I am getting the below error while loading bulk data from pig to hbase > through HBaseStorage.Please help me to

Re: Error while loading bulk data from pig to hbase

2015-11-03 Thread Naresh Reddy
Hi Thanks for the reply.Below is the full error log. *Pig Stack Trace---ERROR 1200: Pig script failed to parse: pig script failed to validate: java.lang.RuntimeException: could not instantiate