Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 86 (0.107s).
Loading phrases to help you
refine your search...
Re: Odd WARN in hbase 0.94.2 - HBase - [mail # user]
...Yep we do have that property set to that value.  The file does not seem to exist when I try ls'ing it myself.  I'm not sure where it comes from or how it should be created.   ...
   Author: Bryan Beaudreault, 2013-03-05, 22:17
Odd WARN in hbase 0.94.2 - HBase - [mail # user]
...We are running hbase 0.94.2, cdh4.2 edition.  We have the local read shortcut enabled.  Since updating to this version I've seen a bunch of WARN messages corresponding to exception...
   Author: Bryan Beaudreault, 2013-03-05, 21:28
Re: 0.94.2 failing regionservers - HBase - [mail # user]
...Interesting, thanks for pointing that out JD.  I'm running major compactions now on the clusters to try to get everything over to V2.   On Mon, Mar 4, 2013 at 12:41 PM, Jean-Daniel...
   Author: Bryan Beaudreault, 2013-03-04, 17:53
Re: 0.94.2 failing regionservers - HBase - [mail # user]
...We upgraded from CDH3 which is HBase 0.90.  Looking around we do have some v2 format HFiles, just not entirely there yet.  I'll try to get them all converted.   On Mon, Mar 4,...
   Author: Bryan Beaudreault, 2013-03-04, 17:26
Re: 0.94.2 failing regionservers - HBase - [mail # user]
...Interesting.  We upgraded by creating entirely new clusters with the CDH4.2 software installed onto it. Then we distributed copied the /hbase directory to the new clusters.  We hav...
   Author: Bryan Beaudreault, 2013-03-04, 17:20
0.94.2 failing regionservers - HBase - [mail # user]
...We recently upgraded multiple clusters to CDH 4.2, which comes with hbase 0.94.2  Since then We've seen region servers die periodically in a way I never saw before on CDH3.  Here a...
   Author: Bryan Beaudreault, 2013-03-04, 17:00
Re: Query on JSON Object - HBase - [mail # user]
...HBase deals in byte arrays, so simply convert your json string to a byte array on save, and convert back on read.  Use the Bytes.toBytes(String) and Bytes.toString(byte[]) accordingly. ...
   Author: Bryan Beaudreault, 2013-02-06, 06:15
Re: remove dead regions server - HBase - [mail # user]
...There really should be no issue or slowdown involved with restarting the masters.  The operation only takes 1-2 seconds and is pretty much transparent to clients.  We run hundreds ...
   Author: Bryan Beaudreault, 2013-02-05, 15:38
Re: remove deadservers - HBase - [mail # user]
...Assuming you are running with multiple masters it should be perfectly safe to restart one of them. In my experience this does not cause any service interruption. If you aren't running with m...
   Author: Bryan Beaudreault, 2013-02-04, 14:10
Re: Max storefile size in CDH3u4 - HBase - [mail # user]
...4GB   On Mon, Jan 28, 2013 at 6:49 PM, Lashing  wrote:  ...
   Author: Bryan Beaudreault, 2013-01-28, 23:51
Sort:
project
HBase (86)
MapReduce (5)
HDFS (2)
Hadoop (1)
type
mail # user (85)
issue (1)
date
last 7 days (1)
last 30 days (3)
last 90 days (16)
last 6 months (28)
last 9 months (86)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (676)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Bryan Beaudreault