Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 184 (0.092s).
Loading phrases to help you
refine your search...
Re: Hbase import Tsv performance (slow import) - HBase - [mail # user]
...That's a very interesting fact. You made it clear but my custom Bulk Loader generates an unique ID for every row in map phase. So, all my data is not in csv or text. Is there a way that i ca...
   Author: anil gupta, 2012-10-24, 05:28
Re: Hbase import Tsv performance (slow import) - HBase - [mail # user]
...Hi Anoop,  As per your last email, did you mean that WAL is not used while using HBase Bulk Loader? If yes, then how we ensure "no data loss" in case of RegionServer failure?  Than...
   Author: anil gupta, 2012-10-24, 05:09
Re: Unable to add co-processor to table through HBase api - HBase - [mail # user]
...It worked. :)  On Thu, Oct 18, 2012 at 10:54 PM, Ramkrishna.S.Vasudevan  wrote:    Thanks & Regards, Anil Gupta...
   Author: anil gupta, 2012-10-19, 16:07
Re: Unable to add co-processor to table through HBase api - HBase - [mail # user]
...Thanks a lot Guys. I really appreciate you help. I'll try this change in the morning and let you know the outcome.  @Ram: Actually, i was trying to add the coprocessor to a per-existing...
   Author: anil gupta, 2012-10-19, 05:51
Re: Unable to add co-processor to table through HBase api - HBase - [mail # user]
...Hi Guys,  Do you mean to say that i need to call the following method after the call to addCoprocessor method:  public void *modifyTable*(byte[] tableName,       &nb...
   Author: anil gupta, 2012-10-19, 05:31
Re: Unable to add co-processor to table through HBase api - HBase - [mail # user]
...Hi Anoop,  Sorry, i am unable to understand what you mean by "have to modify the table calling Admin API??". Am i missing some other calls in my code?  Thanks, Anil Gupta  On ...
   Author: anil gupta, 2012-10-19, 04:58
Re: Unable to add co-processor to table through HBase api - HBase - [mail # user]
...Hi Folks,  Still, i am unable to add the co-processors through HBase client api. This time i tried loading the coprocessor by providing the jar path along with parameters. But, it faile...
   Author: anil gupta, 2012-10-18, 21:16
Re: Slow scanning for PrefixFilter on EncodedBlocks - HBase - [mail # user]
...Hi Lars,  There is a specific use case for this:  Table: Suppose i have a rowkey:  Use case: I would like to get all the events of customer_id=123. Case 1: If i only use start...
   Author: anil gupta, 2012-10-17, 19:25
Re: Unable to add co-processor to table through HBase api - HBase - [mail # user]
...Hi Ram,  The table exists and I don't get any error while running the program(i would get an error if the table did not exist). I am running a distributed cluster.  Tried following...
   Author: anil gupta, 2012-10-17, 18:04
Re: Slow scanning for PrefixFilter on EncodedBlocks - HBase - [mail # user]
...Hi Zahoor,  I heavily use prefix filter. Every time i have to explicitly define the startRow. So, that's the current behavior. However, initially this behavior was confusing to me also....
   Author: anil gupta, 2012-10-17, 16:41
Sort:
project
HBase (184)
Hadoop (50)
Sqoop (16)
MapReduce (14)
HDFS (10)
type
mail # user (184)
date
last 7 days (2)
last 30 days (6)
last 90 days (10)
last 6 months (44)
last 9 months (184)
author
Stack (3782)
Ted Yu (2546)
Jean-Daniel Cryans (2290)
Andrew Purtell (1470)
lars hofhansl (1001)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
Lars George (439)
stack (439)
Gary Helmling (292)
anil gupta