| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
80 (0.098s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: bulk loading regions number - HBase - [mail # user]
|
|
...Great That is actually what I am thinking about too. What is the best practice to choose HFile size? What is the penalty to define it very big? Thanks Oleg. On Mon, Sep 10...
|
|
|
Author: Oleg Ruchovets,
2012-09-10, 08:45
|
|
|
bulk loading regions number - HBase - [mail # user]
|
|
...Hi , I am using bulk loading to write my data to hbase. I works fine , but number of regions growing very rapidly. Entering ONE WEEK of data I got 200 regions (I am going ...
|
|
|
Author: Oleg Ruchovets,
2012-09-10, 08:19
|
|
|
bulk loading - region creation/pre-spliting - HBase - [mail # user]
|
|
...Hi , I have bulk loading job. My job is for User data aggregation. Before I run Bulk Loading aggregation I want to create regions UserID looks like this : &nb...
|
|
|
Author: Oleg Ruchovets,
2012-08-29, 14:46
|
|
|
Re: bulk loading problem - HBase - [mail # user]
|
|
...Great. It works !!!! On Tue, Aug 28, 2012 at 6:42 PM, Igal Shilman wrote: ...
|
|
|
Author: Oleg Ruchovets,
2012-08-29, 14:22
|
|
|
Re: bulk loading problem - HBase - [mail # user]
|
|
...Hi Igal , thank you for the quick response . Can I execute this step programmatically? 9.8.5. Advanced Usage Although the importtsv tool is useful in many cas...
|
|
|
Author: Oleg Ruchovets,
2012-08-28, 19:59
|
|
|
bulk loading problem - HBase - [mail # user]
|
|
...Hi , I am on process to write my first bulk loading job. I use Cloudera CDH3U3 with hbase 0.90.4 Executing a job I see HFiles which created after job finished but t...
|
|
|
Author: Oleg Ruchovets,
2012-08-28, 16:29
|
|
|
Re: LeaseException - HBase - [mail # user]
|
|
...Hi , Thank you for responce. Can you please point me on issue which was resolved in 0.92. We use CDH3U3 cloudera with hbase 0.90.4? I run a lot of tests and increasing parameters...
|
|
|
Author: Oleg Ruchovets,
2012-07-16, 08:56
|
|
|
LeaseException - HBase - [mail # user]
|
|
...Hi , running scan job against hbase I got such exceptions: org.apache.hadoop.hbase.regionserver.LeaseException: org.apache.hadoop.hbase.regionserver.LeaseException:...
|
|
|
Author: Oleg Ruchovets,
2012-07-13, 07:59
|
|
|
Re: delete rows from hbase - HBase - [mail # user]
|
|
...* * Well , I a bit changed my previous solution , it works but it is very slow !!!!!!! I think it is because I pass SINGLE DELETE object and not LIST of DELETES. &nbs...
|
|
|
Author: Oleg Ruchovets,
2012-06-20, 11:56
|
|
|
Re: delete rows from hbase - HBase - [mail # user]
|
|
...Thank you all for the answers. I try to speed up my solution and user map/reduce over hbase Here is the code: I want to use Delete (map function to delete the row) and I pass the same ...
|
|
|
Author: Oleg Ruchovets,
2012-06-19, 16:17
|
|
|
|