Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 111 to 120 from 150 (0.102s).
Loading phrases to help you
refine your search...
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
Re: more regionservers does not improve performance - HBase - [mail # user]
...Jonathan,    Lets take a deeper look here.  What is your memstore set at for the table/CF in question?  Lets compare that value with the flush size you are seeing for you...
   Author: Kevin O'dell, 2012-10-12, 13:44
Re: Force the number of map tasks in MR? - HBase - [mail # user]
...Lets combine this with JD's request and work off of that thread.  Can we work off of that thread and follow up with LocalJobRunner question?  On Thu, Oct 11, 2012 at 4:44 PM, Jean-...
   Author: Kevin O'dell, 2012-10-11, 20:48
Re: Force the number of map tasks in MR? - HBase - [mail # user]
...J-M,    It should be in the mapred-site.xml the values are mapred.tasktracker.map.tasks.maximum and mapred.tasktracker.reduce.tasks.maximum.  This is the default in CDH4  ...
   Author: Kevin O'dell, 2012-10-11, 20:36
Sort:
project
HBase (150)
HDFS (2)
MapReduce (2)
type
mail # user (144)
mail # dev (6)
date
last 7 days (3)
last 30 days (9)
last 90 days (19)
last 6 months (65)
last 9 months (150)
author
Stack (3785)
Ted Yu (2547)
Jean-Daniel Cryans (2293)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
Kevin O'dell