Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 111 to 120 from 219 (0.162s).
Loading phrases to help you
refine your search...
RE: HBase - Secondary Index - HBase - [mail # dev]
...No this is not open sourced yet..  As per the interest from the HBase community we can think of contributing..   It is time to see HBase community version with sec indexing in it (...
   Author: Anoop Sam John, 2012-12-05, 12:55
RE: HBase - Secondary Index - HBase - [mail # dev]
...Hi Jan          Yes we guarentee the consistency between user table and index table. The put operation will be handled as a transactional way so as to make sure the ...
   Author: Anoop Sam John, 2012-12-05, 11:04
HBase - Secondary Index - HBase - [mail # dev]
...Hi All              Last week I got a chance to present the secondary indexing solution what we have done in Huawei at the China Hadoop Conference.  Y...
   Author: Anoop Sam John, 2012-12-04, 08:10
RE: Long row + column keys - HBase - [mail # user]
...Hi Varun                  It looks to be very clear that you need to use some sort of encoding scheme.  PrefixDeltaEncoding would be fine ma...
   Author: Anoop Sam John, 2012-12-04, 04:23
RE: Data Locality, HBase? Or Hadoop? - HBase - [mail # user]
...I think all is clear now.. Just to conclude, the data locality is feature provided by HDFS. When DFS client writes some data, hadoop will try to maintain the data locality. HBase region serv...
   Author: Anoop Sam John, 2012-12-04, 03:37
[HBASE-6942] Endpoint implementation for bulk deletion of data - HBase - [issue]
...We can provide an end point implementation for doing a bulk deletion of data(based on a scan) at the server side. This can reduce the time taken for such an operation as right now it need to...
http://issues.apache.org/jira/browse/HBASE-6942    Author: Anoop Sam John, 2012-12-03, 21:47
RE: Hbase Region Split not working with JAVA API - HBase - [mail # user]
...Pls give your used command for Put  as well as the java code for put.  -Anoop- ________________________________________ From: msmdhussain [[EMAIL PROTECTED]] Sent: Thursday, Novemb...
   Author: Anoop Sam John, 2012-11-16, 03:40
RE: Column Family level bloom filters - HBase - [mail # user]
...You mean column blooms right? [Bloom on rowkey & cf+qualifier] All blooms will get persisted while writing the HFile. When the HFile is opened for read the bloom info will be read and will b...
   Author: Anoop Sam John, 2012-11-06, 04:57
RE: Filters for hbase scans require reboot. - HBase - [mail # user]
...Yes Jonathan as of now we need a reboot..  Take a look at HBASE-1936. This  is not completed. You can give your thoughts there and have a look at the p atch/discussion...  -An...
   Author: Anoop Sam John, 2012-11-02, 04:06
RE: Bulk Loading - LoadIncrementalHFiles - HBase - [mail # user]
...Hi      Yes while doing the bulk load the table can be presplit. It will have  the same number of reducers as that of the region. One per region. Each HFi le that the red...
   Author: Anoop Sam John, 2012-11-02, 03:55
Sort:
project
HBase (219)
type
mail # user (151)
mail # dev (38)
issue (30)
date
last 7 days (1)
last 30 days (6)
last 90 days (21)
last 6 months (98)
last 9 months (219)
author
Stack (3791)
Ted Yu (2547)
Jean-Daniel Cryans (2293)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (703)
Todd Lipcon (673)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
Anoop Sam John