Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 92 (0.107s).
Loading phrases to help you
refine your search...
Re: What happened in hlog if data are deleted cuased by ttl? - HBase - [mail # user]
...I can fully understand normal deletion. But, in my point of view, ttl deletion is different than the normal deletion. The insertion of ttl data is recorded in hlog. But the ttl deletion is n...
   Author: yonghu, 2012-08-22, 08:19
Re: What happened in hlog if data are deleted cuased by ttl? - HBase - [mail # user]
...Thanks for your response. Can you tell me how the data is deleted due to the ttl? Which module in HBase will trigger deletion? You mentioned the scanner, does it mean the scanner will scan t...
   Author: yonghu, 2012-08-21, 14:42
Re: Put w/ timestamp -> Deleteall -> Put w/ timestamp fails - HBase - [mail # user]
...Hi Harsh,  I have a question of your description. The deleted tag masks the new inserted value with old timestamp, that's why the new inserted data can'be seen. But after major compacti...
   Author: yonghu, 2012-08-15, 11:48
Re: What happened in hlog if data are deleted cuased by ttl? - HBase - [mail # user]
...Hi Hars,  Thanks for your reply. If I understand you right, it means the ttl deletion will not reflect in log.  On Tue, Aug 14, 2012 at 3:24 PM, Harsh J  wrote:...
   Author: yonghu, 2012-08-14, 15:10
What happened in hlog if data are deleted cuased by ttl? - HBase - [mail # user]
...My hbase version is 0.92. I tried something as follows: 1.Created a table 'test' with 'course' in which ttl=5. 2. inserted one row into the table. 5 seconds later, the row was deleted. Later...
   Author: yonghu, 2012-08-14, 10:04
Re: is there anyway to turn off compaction in hbase - HBase - [mail # user]
...Harsh is right. You find the wrong place.  regards!  Yong  On Sun, Aug 12, 2012 at 1:40 PM, Harsh J  wrote: wrote: . l, . l d e?...
   Author: yonghu, 2012-08-13, 13:37
Re: column based or row based storage for HBase? - HBase - [mail # user]
...In my understanding of column-oriented structure of hbase, the first thing is the term column-oriented. The meaning is that the data which belongs to the same column family stores continuous...
   Author: yonghu, 2012-08-06, 03:37
Re: Why Hadoop can't find Reducer when Mapper reads data from HBase? - HBase - [mail # user]
...Strage thing is the same program works fine in the cluster.  By the way, also in pseudo mode when MapReduce read data from Cassandra in Map phase and transferred to Reduce phase, the sa...
   Author: yonghu, 2012-07-13, 05:45
Why Hadoop can't find Reducer when Mapper reads data from HBase? - HBase - [mail # user]
...Hello,  I tried the program as follows: public class MRTableAccess {   static class MRTableMapper extends TableMapper{ private Text rowInfor = new Text(); private Text column =...
   Author: yonghu, 2012-07-12, 11:15
Re: HBase RegionServer can't connect to Master - HBase - [mail # user]
...I think you can also use ifconfig command in the VM to see the ip address. And then you can change your ip address in /etc/hosts.  Regards!  Yong  On Wed, May 2, 2012 at 7:21 ...
   Author: yonghu, 2012-05-04, 08:00
Sort:
project
HBase (92)
Pig (23)
type
mail # user (92)
date
last 7 days (1)
last 30 days (1)
last 90 days (8)
last 6 months (20)
last 9 months (92)
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)
yonghu