| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
130 (0.105s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Why startRegionOperation get the lock.readLock().lock(),still need row lock? - HBase - [mail # user]
|
|
...* The first lock is for guarding closes of Region. I.e. for forbidding reading/writing to the Region which is being closed. * The second lock is row lock. Alex Baranau Sematext :: http...
|
|
|
Author: Alex Baranau,
2012-07-16, 14:33
|
|
|
Re: deprecating (old) metrics in favor of metrics2 framework - HBase - [mail # dev]
|
|
...Hi, I don't know the details of what Todd suggested, could you please take a look at last two comments at https://issues.apache.org/jira/browse/HBASE-4050, to see if I understand correctly t...
|
|
|
Author: Alex Baranau,
2012-07-11, 16:29
|
|
|
Re: Can manually remove HFiles (similar to bulk import, but bulk remove)? - HBase - [mail # user]
|
|
...Thank you guys for the pointers/info! I'll try to make use of it. If it turns out into smth (like script, etc.) re-usable I will open a JIRA issue and add it for others to use. Thanx a...
|
|
|
Author: Alex Baranau,
2012-07-11, 14:09
|
|
|
Re: deprecating (old) metrics in favor of metrics2 framework - HBase - [mail # dev]
|
|
...As far as I can tell, they can live together easily. This should not be a big issue. E.g. it should be much smaller issue than the fact that code implemented on top of metrics2 will not comp...
|
|
|
Author: Alex Baranau,
2012-07-10, 22:24
|
|
|
Re: Can manually remove HFiles (similar to bulk import, but bulk remove)? - HBase - [mail # user]
|
|
...Hey, this is closer! However, I think I'd want to avoid major compaction. In fact I was thinking about avoiding any compactions & splitting. E.g. say I process some amount of data ever...
|
|
|
Author: Alex Baranau,
2012-07-09, 20:05
|
|
|
Re: Can manually remove HFiles (similar to bulk import, but bulk remove)? - HBase - [mail # user]
|
|
...Heh, this is what I want to avoid actually: restarting RSs. Alex Baranau Sematext :: http://blog.sematext.com/ :: Solr - Lucene - Hadoop - HBase On Mon, Jul 9, 2012 at 3:38 PM, A...
|
|
|
Author: Alex Baranau,
2012-07-09, 19:41
|
|
|
Can manually remove HFiles (similar to bulk import, but bulk remove)? - HBase - [mail # user]
|
|
...Hello, I wonder, for purging old data, if I'm OK with "remove all StoreFiles which are older than ..." way, can I do that? To me it seems like this can be a very effective way to remov...
|
|
|
Author: Alex Baranau,
2012-07-09, 19:36
|
|
|
Re: Metrics in 0.96 - HBase - [mail # dev]
|
|
...Meanwhile I suggested taking on this one: https://issues.apache.org/jira/browse/HBASE-4050 separately/first. What do you think? Alex On Fri, Jun 29, 2012 at 1:21 PM, Lars George ...
|
|
|
Author: Alex Baranau,
2012-06-29, 20:10
|
|
|
Re: Metrics in 0.96 - HBase - [mail # dev]
|
|
...Hi Lars, Any chance you created umbrella jira for that? Thank you, Alex On Sat, Jun 23, 2012 at 3:10 AM, Lars George wrote: ...
|
|
|
Author: Alex Baranau,
2012-06-29, 16:06
|
|
|
Re: ways to improve performance of Scan with SingleColumnValueFilter..Please help!!! - HBase - [mail # user]
|
|
...1. Theoretically, scanning on each regionserver with cps might help you, I think. But this is not a good way to go with anyways... 2. Table is created on the cluster, not on individual...
|
|
|
Author: Alex Baranau,
2012-06-29, 14:31
|
|
|
|