| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
214 (0.187s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Efficiently wiping out random data? - HBase - [mail # dev]
|
|
...Chances are that date isn't completely "random". For instance, with a user they are likely to have an id in their row key, so doing a filtering (with a custom scanner) major compaction would...
|
|
|
Author: Jesse Yates,
2013-06-19, 15:12
|
|
|
[HBASE-8702] Make WALEditCodec pluggable - HBase - [issue]
|
|
...WALEditCode needs to be pluggable to support alternative serialziation mechanisms. The open question here is whether to support the alternative codec when doing replication - both clusters w...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8702
Author: Jesse Yates,
2013-06-13, 05:20
|
|
|
[HBASE-8684] Table Coprocessor can't access external HTable by default - HBase - [issue]
|
|
...With the default configuration passed to a RegionCoprocessor environment, you cannot reach an HTable on the same cluster (at least in 0.94 - no verified yet in 0.96/8). The reason is in the ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8684
Author: Jesse Yates,
2013-06-06, 05:58
|
|
|
[HBASE-8636] Backport KeyValue Codec to 0.94 (HBASE-7413) - HBase - [issue]
|
|
...Backport the KeyValueCodec/WALEditCodec stuff from trunk to 0.94 to support a more pluggable KeyValue serialization. This doesn't include all the Cell code added to trunk, but rather just pr...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8636
Author: Jesse Yates,
2013-06-06, 05:18
|
|
|
[HBASE-8671] Per-region WAL breaks CP backwards compatibility in 0.94 for non-enabled case - HBase - [issue]
|
|
...Moving from a single WAL to the possibility of multiple WALs, the method signature in RegionServerServices became: /** @return the HLog for a particular region. Pass null for gett...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8671
Author: Jesse Yates,
2013-06-04, 08:40
|
|
|
[HBASE-6230] [brainstorm] "Restore" snapshots for HBase 0.96 - HBase - [issue]
|
|
...Discussion ticket around the definitions/expectations of different parts of snapshot restoration. This is complementary, but separate from the how of taking a snapshot of a table....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6230
Author: Jesse Yates,
2013-05-16, 01:04
|
|
|
[HBASE-6055] Offline Snapshots in HBase 0.96 - HBase - [issue]
|
|
...Continuation of HBASE-50 for the current trunk. Since the implementation has drastically changed, opening as a new ticket....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6055
Author: Jesse Yates,
2013-05-10, 11:10
|
|
|
[HBASE-7958] Statistics per-column family per-region - HBase - [issue]
|
|
...Originating from this discussion on the dev list: http://search-hadoop.com/m/coDKU1urovS/Simple+stastics+per+region/v=plainEssentially, we should have built-in statistics gathering for HBase...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7958
Author: Jesse Yates,
2013-05-03, 23:21
|
|
|
Re: batch version of checkAndPut - HBase - [mail # dev]
|
|
...You also might want to consider looking at the Constraint code - its not batch, but you could pretty easily adopt it to be a batch-based endpoint -Jesse On Monday, April 29, 2013...
|
|
|
Author: Jesse Yates,
2013-04-29, 16:18
|
|
|
[HBASE-7415] [snapshots] Add task information to snapshot operation - HBase - [issue]
|
|
...Snapshot operations should have some sort of progresss information available via the WebUI so admins can track progress of operations. This should go a long way to enable 'good' admins to no...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7415
Author: Jesse Yates,
2013-04-27, 16:55
|
|
|
|