Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 151 to 160 from 222 (0.107s).
Loading phrases to help you
refine your search...
[HBASE-5928] Hbck shouldn't npe when there are no tables. - HBase - [issue]
...hbase fsck errors out when there are no tables.Exception in thread "main" java.lang.NullPointerException at org.apache.hadoop.hbase.util.HBaseFsck.reportTablesInFlux(HBaseFsck.java:560) at o...
http://issues.apache.org/jira/browse/HBASE-5928    Author: Elliott Clark, 2012-08-10, 13:22
Re: Region balancing question - HBase - [mail # user]
...Even when balancing by table the current default balancer does not take into account region size, request rate, or memory usage.  If you want those things there's a new balancer in trun...
   Author: Elliott Clark, 2012-08-02, 17:43
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download - HBase - [mail # dev]
...On more testing, I'm (a non-binding) +1. Tested on hadoop 2.0.0-alpha and cloudera's cdh3 using Loadtest Tool and acid verification.  On Fri, Jul 27, 2012 at 2:41 PM, Andrew Purtell &nb...
   Author: Elliott Clark, 2012-07-28, 01:24
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download - HBase - [mail # dev]
...I don't think that this is an hbck issue. The root table is corrupted before the hbck run.  The hbck check just shows that root does not contain an assigned meta.  On Thu, Jul 26, ...
   Author: Elliott Clark, 2012-07-26, 21:20
Re: ANN: The 2nd hbase 0.94.1 release candidate is available for download - HBase - [mail # dev]
...On taking it for a spin I'm having issues when I kill the RS and DN that's holding root.  Spun up a new dfs on hadoop-0.20.2-cdh3u3 Started hbase started running loadtest tool. killed r...
   Author: Elliott Clark, 2012-07-26, 19:39
Re: Insert blocked - HBase - [mail # user]
...Thanks I hadn't seen that before  On Mon, Jul 23, 2012 at 10:29 PM, lars hofhansl  wrote:  ...
   Author: Elliott Clark, 2012-07-24, 19:55
Re: Insert blocked - HBase - [mail # user]
...HTable is not thread safe[1]. It's better to use HTablePool if you want to share things across multiple threads.[2]  1 http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTa...
   Author: Elliott Clark, 2012-07-23, 22:54
Re: hbase threw NotServingRegionException - HBase - [mail # user]
...hbck should help expose more problems than a single scan would.  With that said the logs are the best bet in understanding what is going on with the cluster at the time of the issue. &n...
   Author: Elliott Clark, 2012-07-23, 22:01
Re: deprecating (old) metrics in favor of metrics2 framework - HBase - [mail # dev]
...application.  So It's not really possible to only implement metrics with guice.  There would need to be a medium amount of of work to pipe it all the way from HMasterCommandLine/HR...
   Author: Elliott Clark, 2012-07-13, 00:11
Re: deprecating (old) metrics in favor of metrics2 framework - HBase - [mail # dev]
...Yep.  This is pretty darn close to DI.  I would be willing to change the patch that I just put up to use Guice if that's what people wanted.  I know some of our classes could ...
   Author: Elliott Clark, 2012-07-12, 02:07
Sort:
project
HBase (222)
Hadoop (4)
Avro (2)
HDFS (1)
type
issue (108)
mail # dev (89)
mail # user (25)
date
last 7 days (5)
last 30 days (27)
last 90 days (57)
last 6 months (86)
last 9 months (222)
author
Stack (3757)
Ted Yu (2475)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
Elliott Clark