| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
160 (0.125s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: hbase 0.94.0 - HBase - [mail # dev]
|
|
...I had assumed facebook had integrated HFileV2 into their 0.89 branch a while back and that pretty much all HFiles would have been converted to v2 by now. I guess that is not correct......
|
|
|
Author: Matt Corgan,
2012-01-30, 20:01
|
|
|
Re: hbase 0.94.0 - HBase - [mail # dev]
|
|
...The reason I brought it up is now that Mikhail committed the data block encoding I was going to take a stab at adding the prefix trie encoding I was working on this past summer. My pla...
|
|
|
Author: Matt Corgan,
2012-01-27, 20:06
|
|
|
Re: hbase 0.94.0 - HBase - [mail # dev]
|
|
...It would be a simple, read-only script that iterates through your hbase directory on hdfs, looks at each file, and prints out any regions or tables that contain v1 files. Either you've...
|
|
|
Author: Matt Corgan,
2012-01-27, 01:21
|
|
|
Re: hbase 0.94.0 - HBase - [mail # dev]
|
|
...Maybe add a script to 0.92 (part of hbck?) that verifies that all of your HFiles have been upgraded, and then you can trigger major compactions on any that haven't been. On a slightly ...
|
|
|
Author: Matt Corgan,
2012-01-26, 20:31
|
|
|
Re: hbase 0.94.0 - HBase - [mail # dev]
|
|
...Are there any thoughts about when it is ok to stop being backwards compatible? Mainly thinking of HFileV1... 0.92 will convert all HFileV1's to HFileV2's, so it would probably have bee...
|
|
|
Author: Matt Corgan,
2012-01-26, 19:51
|
|
|
Re: RegionServer dying every two or three days - HBase - [mail # user]
|
|
...You could always try going with a little smaller heap and see how it works for your particular workload, maybe 4G. 1G block cache, 1G memstores, ~1G GC overhead(?), leaving 1G for acti...
|
|
|
Author: Matt Corgan,
2012-01-23, 18:37
|
|
|
Re: RegionServer dying every two or three days - HBase - [mail # user]
|
|
...We actually don't run map/reduce on the same machines (most of our jobs are on an old message based system), so don't have much experience there. We run only HDFS (1G heap) and HBase (...
|
|
|
Author: Matt Corgan,
2012-01-21, 19:48
|
|
|
Re: RegionServer dying every two or three days - HBase - [mail # user]
|
|
...I run c1.xlarge servers and have found them very stable. I see 100 Mbit/s sustained bi-directional network throughput (200Mbit/s total), sometimes up to 150 * 2 Mbit/s. Here's a ...
|
|
|
Author: Matt Corgan,
2012-01-20, 20:07
|
|
|
Re: Limited cross row transactions - HBase - [mail # dev]
|
|
... I thought BigTable/Megastore handled this kind of thing by putting everything into a single row with the entity group id as the hbase rowKey. Then you add all parent and child va...
|
|
|
Author: Matt Corgan,
2012-01-18, 01:15
|
|
|
Re: Early comparisons between 0.90 and 0.92 - HBase - [mail # dev]
|
|
...I was hoping to rule out changes in IPC handlers and other upper layers and narrow it down to the difference between HFileV1 and HFileV2, but it sounds like you have a lot of moving pieces. ...
|
|
|
Author: Matt Corgan,
2011-12-15, 20:29
|
|
|
|