| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
86 (0.083s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: What happens when you add new HBase nodes to a cluster? - HBase - [mail # user]
|
|
...Yes, the if the balancer is enabled (balance_switch true), hbase will automatically balance the tables across the new pool of region servers. At this point your locality will be shot f...
|
|
|
Author: Bryan Beaudreault,
2013-05-15, 18:36
|
|
|
Re: HBase cluster over multiple EC2 Availability Zones? - HBase - [mail # user]
|
|
...Yep, talking about HDFS replication. On Mon, May 6, 2013 at 5:55 PM, Otis Gospodnetic <[EMAIL PROTECTED] ...
|
|
|
Author: Bryan Beaudreault,
2013-05-06, 21:59
|
|
|
Re: HBase cluster over multiple EC2 Availability Zones? - HBase - [mail # user]
|
|
...We run multiple HBase clusters of various sizes, each is spread over 4 AZs. Yes, there is a definite write latency added due to replication, and yes there is a transfer cost that is no...
|
|
|
Author: Bryan Beaudreault,
2013-05-06, 21:44
|
|
|
Re: hbase increments and hadoop attempts - HBase - [mail # user]
|
|
...Increments are not idempotent, so yes you will double increment the set of increments that succeeded in the first attempt(s). If you care about that you're better off not using the Inc...
|
|
|
Author: Bryan Beaudreault,
2013-03-25, 14:22
|
|
|
[HBASE-8157] Allow better control over lease timeouts on a per-scan basis - HBase - [issue]
|
|
...Changing the global scanner lease timeout is a heavy-handed solution for long scans on a cluster that may be used by a variety of applications. Two additions would make this easier to ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8157
Author: Bryan Beaudreault,
2013-03-21, 06:16
|
|
|
Re: Scanner timeout -- any reason not to raise? - HBase - [mail # user]
|
|
...Thanks Ted, I've submitted https://issues.apache.org/jira/browse/HBASE-8157. On Wed, Mar 20, 2013 at 1:56 PM, Ted Yu wrote: ...
|
|
|
Author: Bryan Beaudreault,
2013-03-20, 19:13
|
|
|
Re: Scanner timeout -- any reason not to raise? - HBase - [mail # user]
|
|
...I was thinking something like this: Scan scan = new Scan(startRow, endRow); scan.setCaching(someVal); // based on what we expect most rows to take for processing time Resu...
|
|
|
Author: Bryan Beaudreault,
2013-03-20, 17:39
|
|
|
Re: Scanner timeout -- any reason not to raise? - HBase - [mail # user]
|
|
...Typically it is better to use caching and batch size to limit the number of rows returned and thus the amount of processing required between calls to next() during a scan, but it would be ni...
|
|
|
Author: Bryan Beaudreault,
2013-03-20, 17:05
|
|
|
Re: Odd WARN in hbase 0.94.2 - HBase - [mail # user]
|
|
...I'll add that this did fix my issue. The dn.50010 proc file is now in place and I have not see any other exceptions. Thanks guys! On Wed, Mar 6, 2013 at 10:45 PM, Anoop Sa...
|
|
|
Author: Bryan Beaudreault,
2013-03-07, 03:56
|
|
|
Re: Odd WARN in hbase 0.94.2 - HBase - [mail # user]
|
|
...Great, thanks for the help Kevin. He's correct that we only have dfs.client.read.shortcircuit set in our hbase-site.xml, and we don't have dfs.domain.socket.path set anywhere. I'...
|
|
|
Author: Bryan Beaudreault,
2013-03-06, 21:04
|
|
|
|