| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
186 (0.166s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Hbase import Tsv performance (slow import) - HBase - [mail # user]
|
|
...Anoop: Only thing is that some mappers crashed.. So thin MR fw will run that mapper again on the same data set.. Then the unique id will be different? Anil: Yes, for the same dataset a...
|
|
|
Author: anil gupta,
2012-10-24, 06:14
|
|
|
Re: Hbase import Tsv performance (slow import) - HBase - [mail # user]
|
|
...Yes, the uniqueId is not part of csv file. In my bulk loader i use combination of nodeId+processId+counter as UniqueID for each row. I have to use the uniqueId since the remaining part of ro...
|
|
|
Author: anil gupta,
2012-10-24, 06:11
|
|
|
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
|
|
|
|