| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
172 (0.104s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Welcome our newest Committer Anoop - HBase - [mail # user]
|
|
...Congrats! On Tue, Mar 12, 2013 at 10:38 PM, xkwang bruce wrote: ...
|
|
|
Author: Sergey Shelukhin,
2013-03-13, 17:23
|
|
|
[HBASE-7935] make policy and compactor in default store engine separately pluggable (for things like tier-based, and default policy experiments with permutations) - HBase - [issue]
|
|
...Technically, StoreEngine can be used to achieve any permutations of things, but to make it more convenient to replace compaction policy/compator in standard schemes like tier-based, we can a...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7935
Author: Sergey Shelukhin,
2013-03-11, 23:48
|
|
|
Re: reason to do major compaction after split - HBase - [mail # dev]
|
|
...+1. That gives us a lot of freedom to do stuff in many scenarios. On Thu, Mar 7, 2013 at 5:42 PM, Andrew Purtell wrote: ...
|
|
|
Author: Sergey Shelukhin,
2013-03-08, 19:32
|
|
|
Re: reason to do major compaction after split - HBase - [mail # dev]
|
|
...Hmm... ranges sounds good, but for files, it would be nice if there were a hardlink mechanism. It should be trivial to do in HDFS if blocks could belong to several files. Then we don't have ...
|
|
|
Author: Sergey Shelukhin,
2013-03-07, 23:22
|
|
|
Re: reason to do major compaction after split - HBase - [mail # dev]
|
|
...Hmm... should we have hardlinks (or use HDFS hardlinks if any?) to solve this problem. HalfHFile could be HFileWithRange :) On Thu, Mar 7, 2013 at 2:13 PM, Stack wrote: ...
|
|
|
Author: Sergey Shelukhin,
2013-03-07, 23:20
|
|
|
Re: reason to do major compaction after split - HBase - [mail # dev]
|
|
...Can you create same-level references instead of references to references? On Thu, Mar 7, 2013 at 11:03 AM, Enis Söztutar wrote: ...
|
|
|
Author: Sergey Shelukhin,
2013-03-07, 20:58
|
|
|
reason to do major compaction after split - HBase - [mail # dev]
|
|
...Hi. Is there a reason to do major compaction after split, instead of allowing the reference files to go away gradually as the normal compactions happen? I could think up two reasons - region...
|
|
|
Author: Sergey Shelukhin,
2013-03-07, 18:50
|
|
|
[HBASE-7819] consider split improvements for stripe compactions - HBase - [issue]
|
|
...From discussions in HBASE-7667, and in person.Files cannot be "just moved" to new regions because of snapshot reliance on that not happening (correct me if I'm wrong).However, obviously we d...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7819
Author: Sergey Shelukhin,
2013-03-07, 18:43
|
|
|
Re: Possible to delete a specific cell? - HBase - [mail # user]
|
|
...Nevermind, I misread the scenario the other way around. On Thu, Mar 7, 2013 at 10:26 AM, Kevin O'dell wrote: ...
|
|
|
Author: Sergey Shelukhin,
2013-03-07, 18:39
|
|
|
Re: Possible to delete a specific cell? - HBase - [mail # user]
|
|
...Shouldn't you be able to insert delete with t belonging to (t2, t3) to achieve this effect? On Thu, Mar 7, 2013 at 10:12 AM, Jonathan Natkins wrote: ...
|
|
|
Author: Sergey Shelukhin,
2013-03-07, 18:22
|
|
|
|