Re: HBase error disabled security features are not available

2015-11-04 Thread Enis Söztutar
You should also configure authentication set to kerberos. Enis On Tue, Nov 3, 2015 at 9:00 PM, kumar r wrote: > 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

Re: Opinions wanted: new site skin

2015-11-04 Thread Misty Stanley-Jones
Thanks to everyone for your feedback. The new site skin is now live on http://hbase.apache.org/! If you see problems, please reply here or file a JIRA. On Sat, Oct 31, 2015 at 8:39 AM, Misty Stanley-Jones < mstanleyjo...@cloudera.com> wrote: > Filed

Re: Opinions wanted: new site skin

2015-11-04 Thread Andrew Purtell
Looks great! > On Nov 4, 2015, at 3:44 PM, Misty Stanley-Jones > wrote: > > Thanks to everyone for your feedback. The new site skin is now live on > http://hbase.apache.org/! If you see problems, please reply here or file a > JIRA. > > On Sat, Oct 31, 2015 at 8:39

hbase timerange scan

2015-11-04 Thread Shushant Arora
Does hbase timerange scan is full table scan without the start and stop key? Or is it take care of HFile meta data about min and max timerange n HFile . And how it optimises this metadata after compaction of multiple files?

RE: HBase error disabled security features are not available

2015-11-04 Thread kumar r
Thanks for the reply, I have configured with kerberos only. Authentication works fine but authorization and http authentication not working. -Original Message- From: "Enis Söztutar" Sent: ‎05/‎11/‎2015 02:30 To: "hbase-user" Subject: Re: HBase

Re: Error while loading bulk data from pig to hbase

2015-11-04 Thread Ted Yu
... 22 moreCaused by: java.lang.NoSuchMethodError: org.apache.hadoop.hbase.client.Scan.setCacheBlocks(Z)Vat Looks like the version of Pig you use is not compiled against hbase 1.1.2 This is related: Author: Enis Soztutar Date: Fri Sep 5 18:48:38 2014 -0700

Re: equivalent to HTableUtil in v. 1.1

2015-11-04 Thread Solomon Duskis
I would think that a single BM ought to perform well over time, although I'd be interested in hearing otherwise. FWIW, BM's criteria for sending batch requests is more about size of the puts rather than the number of puts. On Wed, Oct 28, 2015 at 6:17 PM, Artem Ervits

RE: delete of cells with visibility expressions

2015-11-04 Thread Anoop Sharma
Thanks for finding the issue, appreciate your help. Yes, please go ahead and file a JIRA or let me know if you would like me to file it. Which release would the fix be in? Could it be backported on an earlier release? anoop -Original Message- From: ramkrishna vasudevan

Re: Error while loading bulk data from pig to hbase

2015-11-04 Thread Daniel Dai
Will need to change ivy/libraries.properties, specify the right hbase version and compile again. On Wed, Nov 4, 2015 at 6:31 AM, Ted Yu wrote: > ... 22 moreCaused by: java.lang.NoSuchMethodError: > org.apache.hadoop.hbase.client.Scan.setCacheBlocks(Z)Vat > > Looks like

Re: Error while loading bulk data from pig to hbase

2015-11-04 Thread Ted Yu
Looks like there is more to be done to make the build against hbase 1.x succeed. See PIG-4728 On Wed, Nov 4, 2015 at 9:59 AM, Daniel Dai wrote: > Will need to change ivy/libraries.properties, specify the right hbase > version and compile again. > > On Wed, Nov 4, 2015 at 6:31