| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
86 (0.167s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Recovering corrupt HLog files - HBase - [mail # user]
|
|
...They are all pretty large, around 40+mb. Will the walplayer be smart enough to only write edits that still look relevant (i.e. based on timestamps of the edits vs timestamps of the ver...
|
|
|
Author: Bryan Beaudreault,
2012-06-30, 16:49
|
|
|
Recovering corrupt HLog files - HBase - [mail # user]
|
|
...Hello all, In an AWS outtage we lost about a 5th of our regionservers, and about an 8th of our total datanodes. Despite a replication factor of 3, it appears we may have lost som...
|
|
|
Author: Bryan Beaudreault,
2012-06-30, 06:38
|
|
|
HMaster not failing over dead RegionServers - HBase - [mail # user]
|
|
...Hello all, Tonight in an AWS outtage we lost 11 out of 51 regionservers. All HMasters were unaffected, but the current active master continually spammed messages like this:  ...
|
|
|
Author: Bryan Beaudreault,
2012-06-30, 05:04
|
|
|
Re: auto-added RegionServers - HBase - [mail # user]
|
|
...We use puppet and ldap to assign cluster names to servers as we spin them in ec2. Our configs are pushed by fabric, which is organized by these cluster n ames. This makes it harder to ...
|
|
|
Author: Bryan Beaudreault,
2012-05-24, 05:07
|
|
|
Heavy Writes Block Reads to RegionServer - HBase - [mail # user]
|
|
...We are running a job that does heavy writes into a new table. The table is not pre-split so it has 1 region. I know this is not recommended; we were doing it partially to test th...
|
|
|
Author: Bryan Beaudreault,
2012-05-15, 21:38
|
|
|
Re: MR job for creating splits - HBase - [mail # user]
|
|
...Why do you need to know this? Were you trying to do a percentage of rows per region? Otherwise just have a member variable of your reducer class and increment it on each call to ...
|
|
|
Author: Bryan Beaudreault,
2012-05-13, 16:35
|
|
|
Re: MR job for creating splits - HBase - [mail # user]
|
|
...I did a very similar approach and it worked fine for me. Just spot check the regions after to make sure they look lexicographically sorted. I used ImmutableBytesWritable as my ke...
|
|
|
Author: Bryan Beaudreault,
2012-05-13, 02:07
|
|
|
Re: HBase bulk loaded region can't be splitted - HBase - [mail # user]
|
|
...I haven't done bulk loads using the importtsv tool, but I imagine it works similarly to the mapreduce bulk load tool we are provided. If so, the following stands. In order to do ...
|
|
|
Author: Bryan Beaudreault,
2012-05-11, 02:56
|
|
|
Re: HBase Performance Improvements? - HBase - [mail # user]
|
|
...I don't think there is. You need to have a table seeded with the right regions in order to run the bulk loader jobs. My machines are sufficiently fast that it did not take that l...
|
|
|
Author: Bryan Beaudreault,
2012-05-10, 16:04
|
|
|
Re: HBase Performance Improvements? - HBase - [mail # user]
|
|
...Since our Key was ImmutableByteWritable (representing a rowKey) and the Value was KeyValue, there could be many KeyValue's per row key (thus values per hadoop key in the reducer). So y...
|
|
|
Author: Bryan Beaudreault,
2012-05-10, 14:15
|
|
|
|