Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 35 (0.342s).
Loading phrases to help you
refine your search...
Re: hbase won't startup after ipaddress change - HBase - [mail # user]
...IIRC when it starts it will start looking for the cached IPs which timeout and it's going to retry 3 times with 60 seconds or so for each region. Eventually if you start it again it should s...
   Author: Cosmin Lehene, 2012-01-27, 19:42
Re: Addition of an extra method to HRegionServer consensus - HBase - [mail # dev]
...Hi,    Semantically (at least to me :)) it makes sense to have a flushAllRegions method. The flushAllRegions disguised in flushRegions(null) would be hidden logic. One would expect...
   Author: Cosmin Lehene, 2012-01-12, 09:41
Re: Query on analyze big data with Hbase - HBase - [mail # user]
...You should consider looking over the available HBase resources There's an online book http://hbase.apache.org/book.html  And there's Lars George's book from O'Reilly (http://shop.oreill...
   Author: Cosmin Lehene, 2011-11-16, 10:22
Re: HBase 0.90.4 missing data in production - HBase - [mail # dev]
...Dropping in.  Vladimir, can you check if there's any time skew between servers? (I can't remember the exact details, but once we ended up with .META. region location (cells) that were d...
   Author: Cosmin Lehene, 2011-11-07, 17:07
Re: TableInputFormat improvement to handle lots of small regions - HBase - [mail # dev]
...We overridden getSplits so that it does super.getSplits and then using a co nfiguration variable (splitsPerMap) will output another set of splits that  basically merges (start/stop row ...
   Author: Cosmin Lehene, 2011-06-22, 12:08
Re: connection loss for /hbase - HBase - [mail # user]
...Hi Geoff,  The default number of connections in ZK is 10 I believe. You don't need  32K for 100 mappers. But it would help to increase that.  Here's my answer for a related pr...
   Author: Cosmin Lehene, 2011-06-04, 09:56
Re: Where to checkout build.xml - HBase - [mail # user]
...Hi jiajun,  Hbase 0.90 builds with Maven. Here are some details http://wiki.apache.org/hadoop/Hbase/MavenPrimer  Cosmin On Apr 5, 2011, at 12:04 PM, 陈加俊 wrote:  I want to buil...
   Author: Cosmin Lehene, 2011-04-05, 09:38
Re: I lost the table '.META.' ,could I restore the other tables by files of hdfs - HBase - [mail # user]
...Also 0.20 is very old. You should upgrade to 0.90 asap  ;)  Cosmin On Mar 30, 2011, at 12:19 PM, Cosmin Lehene wrote:  ...
   Author: Cosmin Lehene, 2011-03-30, 09:24
Re: I lost the table '.META.' ,could I restore the other tables by files of hdfs - HBase - [mail # user]
...Yep,  Just checked out 0.20 and tried it.  Look into add_table.rb  # Get table name tableName = nil if ARGV.size > 1   tableName = ARGV[1]   raise IOError.new("No...
   Author: Cosmin Lehene, 2011-03-30, 09:19
Re: I lost the table '.META.' ,could I restore the other tables by files of hdfs - HBase - [mail # user]
...Hi Jiajun,  There's a script in hbase/bin to add a table: you can run bin/hbase org.jruby.Main bin/add_table.rb   Also there's a setting for HDFS to enable trash. This way your fil...
   Author: Cosmin Lehene, 2011-03-30, 07:15
Sort:
project
HBase (35)
Pig (8)
HDFS (6)
Kafka (5)
Hadoop (4)
MapReduce (1)
type
mail # dev (16)
mail # user (16)
issue (3)
date
last 7 days (0)
last 30 days (0)
last 90 days (2)
last 6 months (2)
last 9 months (35)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (979)
Ryan Rawson (862)
Jean-Marc Spaggiari (675)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Cosmin Lehene