Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 135 (0.231s).
Loading phrases to help you
refine your search...
Re: Consistency issue when a Put is in the memstore but a more recent Delete is cleaned in a major compaction - HBase - [mail # dev]
...I think this came up in recent discussions about the whether we get get rid of delete tombstones on non-major compactions. One of the subtasks for stripe compactions deals with this case. &n...
   Author: Enis Söztutar, 2013-03-19, 21:32
Re: Store images in Hbase using Thrift and Php - HBase - [mail # user]
...If you check out the latest source code, there are some examples under hbase-examples/src/main/php.  Enis   On Thu, Mar 14, 2013 at 6:06 AM, dimpanagr  wrote:  ...
   Author: Enis Söztutar, 2013-03-15, 03:29
Re: Need pointers to Master ZK Lock code - HBase - [mail # dev]
...You can look for the code in ActiveMasterManager.java. Also zookeeper has a recipe for leader election, which is pretty straightforward ( http://zookeeper.apache.org/doc/trunk/recipes.html#s...
   Author: Enis Söztutar, 2013-03-14, 22:10
Re: Performances Tests - HBase - [mail # dev]
...dedicated computer with all 0.9x.x HBase versions, and I found results interesting. Can you please provide your numbers if you can. What is interesting from your findings?  Enis   ...
   Author: Enis Söztutar, 2013-03-13, 02:43
Re: Welcome our newest Committer Anoop - HBase - [mail # user]
...Congrats and welcome.   On Mon, Mar 11, 2013 at 2:21 AM, Nicolas Liochon  wrote:  ...
   Author: Enis Söztutar, 2013-03-11, 17:50
Re: reason to do major compaction after split - HBase - [mail # dev]
...filesystem layer (Hadoop 2+).  This has come up previously. With federation, we should be able to embed NN as a first cut, and own all the blocks in the hbase namespace.  Enis &nbs...
   Author: Enis Söztutar, 2013-03-08, 20:06
Re: reason to do major compaction after split - HBase - [mail # dev]
...We do not necessarily have to have a separate dir for files. We can just keep the files in the region dir, until no more references. The problem comes from the fact that we rely on hdfs ls f...
   Author: Enis Söztutar, 2013-03-08, 00:11
Re: reason to do major compaction after split - HBase - [mail # dev]
...We do not have to created references to references. We can find the original file, and directly create a ref at the grand daughters. The messy part, is in the cleanup for parent region, wher...
   Author: Enis Söztutar, 2013-03-07, 21:14
Re: reason to do major compaction after split - HBase - [mail # dev]
...I was thinking of allowing regions with refs to split again, but the cleaning parent logic will get messy a lot.  Enis   On Thu, Mar 7, 2013 at 10:58 AM, Stack  wrote:  ...
   Author: Enis Söztutar, 2013-03-07, 19:03
Re: [DISCUSS] More new feature backports to 0.94. - HBase - [mail # dev]
...The general understanding is that we should not have been in this condition. But since we are, and as per Lars' comments, we desperately need some of the features.  Let's move the discu...
   Author: Enis Söztutar, 2013-03-04, 22:29
Sort:
project
HBase (135)
Hadoop (5)
Accumulo (2)
HDFS (1)
Hive (1)
Zookeeper (1)
type
mail # dev (115)
mail # user (20)
date
last 7 days (0)
last 30 days (13)
last 90 days (57)
last 6 months (97)
last 9 months (135)
author
Stack (3755)
Ted Yu (2473)
Jean-Daniel Cryans (2278)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (680)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
Enis Söztutar