Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 161 to 170 from 232 (0.12s).
Loading phrases to help you
refine your search...
[HBASE-6440] SplitLogManager - log the exception when failed to finish split log file - HBase - [issue]
...We should log the exception itself too:        try {          HLogSplitter.moveRecoveredEditsFromTemp(tmpname, logfile, conf); &nb...
http://issues.apache.org/jira/browse/HBASE-6440    Author: Jimmy Xiang, 2012-08-05, 00:51
[HBASE-6467] ROOT stuck in assigning forever - HBase - [issue]
...After restart a cluster, all region servers checked into master but the master stuck in assigning forever.Master log shows it keeps trying connect to one region server for ROOT table, while ...
http://issues.apache.org/jira/browse/HBASE-6467    Author: Jimmy Xiang, 2012-07-31, 21:16
Re: Handling protocol versions - HBase - [mail # dev]
...Another approach is to use the new call at first.  If got some exception like unknown method, then fall back to the old method.  Thanks, Jimmy  On Mon, Jul 30, 2012 at 5:47 PM...
   Author: Jimmy Xiang, 2012-07-31, 03:09
Re: MR hbase export is failing - HBase - [mail # user]
...It could be also caused by the MR takes too long to process a batch of data before coming back for another batch.  Thanks, Jimmy  On Tue, Jul 24, 2012 at 11:52 AM, Jeff Whiting &nb...
   Author: Jimmy Xiang, 2012-07-24, 19:03
[HBASE-5985] TestMetaMigrationRemovingHTD failed with HADOOP 2.0.0 - HBase - [issue]
...-------------------------------------------------------------------------------Test set: org.apache.hadoop.hbase.client.TestMetaMigrationRemovingHTD------------------------------------------...
http://issues.apache.org/jira/browse/HBASE-5985    Author: Jimmy Xiang, 2012-07-20, 22:53
Re: Question about regions splitting - HBase - [mail # user]
...At the very beginning, the two daughter regions are on the same region server as the parent region. But they can be moved to other region servers by region balancer.  HFiles of a region...
   Author: Jimmy Xiang, 2012-07-20, 21:56
Re: Is this exception caused by an overloaded node? - HBase - [mail # user]
...This exception means the scanner is expired in the region server side. You can adjust the scanner expiration setting, or make your client fast.  Thanks, Jimmy   On Fri, Jul 20, 201...
   Author: Jimmy Xiang, 2012-07-20, 16:34
Re: Wondering what hbck should do in this situation - HBase - [mail # dev]
...HBASE-5324 is the one I filed on interactive hbck.  We can use it if there is no duplicate one.  Thanks, Jmmy  On Thu, Jul 19, 2012 at 10:55 AM, Jonathan Hsieh  wrote:...
   Author: Jimmy Xiang, 2012-07-19, 18:02
[HBASE-5324] interactive hbck: fix something after confirmed from user - HBase - [issue]
...Hbck fix should show the planned operations/steps at first, then start the actual fix after confirmed by the user....
http://issues.apache.org/jira/browse/HBASE-5324    Author: Jimmy Xiang, 2012-07-19, 17:58
Re: Scan only talks to a single region server - HBase - [mail # user]
...Hi Whitney,  The scanner will automatically jump to the next region server once the current region server is scanned.  In the client, can HTable.getStartEndKeys() see all the regio...
   Author: Jimmy Xiang, 2012-07-17, 18:06
Sort:
project
HBase (232)
Zookeeper (5)
Hadoop (1)
type
issue (134)
mail # dev (67)
mail # user (31)
date
last 7 days (3)
last 30 days (13)
last 90 days (52)
last 6 months (104)
last 9 months (232)
author
Stack (3750)
Ted Yu (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (976)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (411)
Gary Helmling (290)
Jimmy Xiang