| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
143 (0.434s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: A question of storage structure for memstore? - HBase - [mail # user]
|
|
...Yes, there will be two memstores if you have two CFs. On Oct 22, 2012 7:25 AM, "yonghu" wrote: ...
|
|
|
Author: Kevin O'dell,
2012-10-22, 12:25
|
|
|
Re: Checking major compaction - HBase - [mail # user]
|
|
...Kiran, I don't believe you can. If you have a sane region count/region size it should be over soon. On Fri, Oct 19, 2012 at 11:37 AM, kiran wrote: &nbs...
|
|
|
Author: Kevin O'dell,
2012-10-19, 15:46
|
|
|
Re: Merge large number of regions - HBase - [mail # user]
|
|
...Shrijeet, Here is a thread on doing a proper incremental with Import: http://hadoop-hbase.blogspot.com/2012/04/timestamp-consistent-backups-in-hbase.html I am a fan of thi...
|
|
|
Author: Kevin O'dell,
2012-10-17, 14:39
|
|
|
Re: hbase can't drop a table - HBase - [mail # user]
|
|
...If you get in that situation again: 1.) Verify that you don't have any remnants of the tables in HDFS hadoop fs -ls /hbase/ 2.) If you do have any remnants an...
|
|
|
Author: Kevin O'dell,
2012-10-16, 16:11
|
|
|
Re: Merge large number of regions - HBase - [mail # user]
|
|
...Shrijeet, I think a better approach would be a pre-split table and then do the export/import. This will save you from having to script the merges, which can be end badly for MET...
|
|
|
Author: Kevin O'dell,
2012-10-16, 15:47
|
|
|
Re: Region in Transition - HBase - [mail # user]
|
|
...Lukas, I am not sure I understand what you are saying there. What I thought you did was: hadoop fs -mv /hbase /tmp/hbase.old Restart HBase You should now...
|
|
|
Author: Kevin O'dell,
2012-10-15, 16:17
|
|
|
Re: Region in Transition - HBase - [mail # user]
|
|
...Lukas, A little trick you can use is to just copy the table directories into your new /hbase dir and then use: hbck -fixMeta -fixAssignments This will pull in the ta...
|
|
|
Author: Kevin O'dell,
2012-10-15, 16:03
|
|
|
Re: Region in Transition - HBase - [mail # user]
|
|
...Lukas, Looking over what you sent me: ERROR: Region { meta => twitter_users,1ffd1a52913c3fd600dedb97d1b2b8ce,1350294703353.6e3be1c26233ed 744479289b00a422dd., hdfs =>...
|
|
|
Author: Kevin O'dell,
2012-10-15, 15:39
|
|
|
Re: Region in Transition - HBase - [mail # user]
|
|
...Lukas, Sure, how long has it been since the restart? You will need to give the regions time to transition and logs time to split. Did the region in transition proper...
|
|
|
Author: Kevin O'dell,
2012-10-15, 14:28
|
|
|
Re: Region in Transition - HBase - [mail # user]
|
|
...Have you tried clearing out your Znode information? Typically, when I have encountered a RIT, we will bring down HBase and go to the ZKcli and clear out /hbase. What do you see i...
|
|
|
Author: Kevin O'dell,
2012-10-15, 13:47
|
|
|
|