| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
130 (0.091s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Hbase Data Model to purge old data. - HBase - [mail # user]
|
|
...than Sorry for the obvious question, but have you tried using TTLs instead of deleting rows explicitly? This should bring less load on the cluster, though you'll still have to run majo...
|
|
|
Author: Alex Baranau,
2012-07-26, 14:27
|
|
|
Re: Row distribution - HBase - [mail # user]
|
|
...Looks like you have only one region in your table. Right? If you want your writes to be distributed from the start (without waiting for HBase to fill table enough to split it in many r...
|
|
|
Author: Alex Baranau,
2012-07-26, 14:16
|
|
|
Re: Modify rowKey in prePut hook - HBase - [mail # user]
|
|
...I don't think you can do this. Other than the fact that you cannot change Put's row key (there's simply no interface for that), consider the following notes: Note-1: row key is used by...
|
|
|
Author: Alex Baranau,
2012-07-25, 14:17
|
|
|
Re: Row distribution - HBase - [mail # user]
|
|
...Hi Mohit, 1. When talking about particular table: For viewing rows distribution you can check out how regions are distributed. And each region defined by the start/stop key, so d...
|
|
|
Author: Alex Baranau,
2012-07-25, 13:53
|
|
|
Re: Rowkey hashing to avoid hotspotting - HBase - [mail # user]
|
|
...Heh. Usually it is not good to have more than two or three, actually. See [1], and may be also [2]. Alex Baranau Sematext :: http://blog.sematext.com/ :: Hadoop - HBase - ElasticSearch...
|
|
|
Author: Alex Baranau,
2012-07-19, 15:22
|
|
|
Re: Bulk Import & Data Locality - HBase - [mail # user]
|
|
...Thank you a lot for the replies. To me it is clear when data locality gets broken though (and it is not only the failure of the RS, there are other cases). I was hoping more for sugges...
|
|
|
Author: Alex Baranau,
2012-07-19, 02:53
|
|
|
Re: Rowkey hashing to avoid hotspotting - HBase - [mail # user]
|
|
...You might be right, when reading load concentrated on single/several RS they will not act as dead as when it is hotspotting during writing. I think I referred more to "uneven read load distr...
|
|
|
Author: Alex Baranau,
2012-07-17, 18:49
|
|
|
Re: Scan only talks to a single region server - HBase - [mail # user]
|
|
...Sorry, meant to ask how do you instantiate HTable, configuration objects. Alex Baranau Sematext :: http://blog.sematext.com/ :: Hadoop - HBase - ElasticSearch - Solr On Tue, Jul ...
|
|
|
Author: Alex Baranau,
2012-07-17, 16:02
|
|
|
Re: Rowkey hashing to avoid hotspotting - HBase - [mail # user]
|
|
...The most common reason for RS hotspotting during writing data in HBase is writing rows with monotonically increasing/decreasing row keys. E.g. if you put timestamp in the first part of your ...
|
|
|
Author: Alex Baranau,
2012-07-17, 15:53
|
|
|
Re: Scan only talks to a single region server - HBase - [mail # user]
|
|
...How do you create your scan(ner)? Could you paste the code here? You know that when HBase table is used as a source for MapReduce job (via standard configuration), each Map task consum...
|
|
|
Author: Alex Baranau,
2012-07-17, 15:37
|
|
|
|