Re: Using KnoxSSO Proxy for Hbase Web UIs

2020-08-12 Thread Billy Watson
So if I'm understanding correctly, I've done something very similar to this before. You can setup a cross-domain trust at the server level. Then for your clients, you can specify the krb5 at bootup of java/kinit either through an environment variable or something like this:

Re: RPC calls in hbase

2017-01-04 Thread Billy Watson
Disclaimer: this is what I think I know and I'm not an HBase contributor... Anytime we get scanner timeouts like that, we first expand the timeout itself like you're doing to fix the short-term problem. But then we look at our rowkey design and what we're doing. Timeouts like that are usually

Re: is possible to create multiple TableSplit per region?

2016-07-13 Thread Billy Watson
e mappers. > > > > *From:* Billy Watson [mailto:williamrwat...@gmail.com > <javascript:_e(%7B%7D,'cvml','williamrwat...@gmail.com');>] > *Sent:* Wednesday, July 13, 2016 3:57 PM > *To:* Frank Luo <j...@merkleinc.com > <javascript:_e(%7B%7D,'cvml','j...@merkleinc.com');>

Re: Re:is possible to create multiple TableSplit per region?

2016-07-13 Thread Billy Watson
b-service calls. > > > > *From:* Billy Watson [mailto:williamrwat...@gmail.com] > *Sent:* Wednesday, July 13, 2016 3:27 PM > *To:* user@hbase.apache.org > *Cc:* Frank Luo <j...@merkleinc.com> > *Subject:* Re: Re:is possible to create multiple TableSplit per region?

Re: Re:is possible to create multiple TableSplit per region?

2016-07-13 Thread Billy Watson
What do you mean by "heavy work downstream"? I think the mailing list might need a *few* more details to help out better. William Watson On Wed, Jul 13, 2016 at 12:32 PM, Frank Luo wrote: > Thanks for the prompt reply, Lu. > > It is true that having a smaller region file

Re: Zookeeper too many connections when using co-processor

2016-06-04 Thread Billy Watson
Did you try upping the connections to 100 or so? We turned the max client connections off and haven't really noticed any detriments to that yet and we've been running some really big jobs with only 3 zk nodes... William Watson Lead Software Engineer On Thu, Mar 3, 2016 at 12:18 PM, Arul

Re: Full table scan cost after deleting Millions of Records from HBase Table

2016-02-09 Thread Billy Watson
If most queries are going to scan the entire table, I'm not sure hbase is the right solution for you. One of the advantages of HBase, in my opinion, is putting data in such a format that you can do skip-scans where lots of data is never read during a particular query. If you're deleting so much

Region Server Start Failure

2015-05-17 Thread Billy Watson
I added a region server process to an existing cluster node that didn't previously have a region server process and I'm getting a weird error (see stack traces below). I'm using HDP 2.1, HBase 0.98.0.2.1.7.0-784-hadoop2, hadoop 2.4.0.2.1.7.0-784. All the other 6 region servers are up without