Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 114 (0.133s).
Loading phrases to help you
refine your search...
[HBASE-8067] TestHFileArchiving.testArchiveOnTableDelete sometimes fails - HBase - [issue]
...it seems that testArchiveOnTableDelete() fails because the archiving in DeleteTableHandler is still in progress when admin.deleteTable() returns.Error MessageArchived files are missing some ...
http://issues.apache.org/jira/browse/HBASE-8067    Author: Matteo Bertozzi, 2013-05-20, 20:11
[HBASE-7726] Family Dir is not removed using modifyTable() - HBase - [issue]
...Similar to HBASE-6564, ModifyTableHandler doesn't remove the families from hdfs (families no longer present in the new descriptor)...
http://issues.apache.org/jira/browse/HBASE-7726    Author: Matteo Bertozzi, 2013-05-18, 04:17
[HBASE-8574] Add how to rename a table in the docbook - HBase - [issue]
...Add a section "how to rename a table" in the doc book.The current easy solution without adding extra code in 94/95 is to use snapshotshbase shell> disable 'tableName'hbase shell> snaps...
http://issues.apache.org/jira/browse/HBASE-8574    Author: Matteo Bertozzi, 2013-05-18, 04:17
[HBASE-8540] SnapshotFileCache logs too many times if snapshot dir doesn't exists - HBase - [issue]
...On a cluster with "hbase.snapshot.enabled" true, the /hbase/.hbase-snapshot directory will not exists until a first snapshot will get created.meanwhile the SnapshotFileCache (snapshot cleane...
http://issues.apache.org/jira/browse/HBASE-8540    Author: Matteo Bertozzi, 2013-05-16, 07:13
[HBASE-8516] FSUtils.create() fail with ViewFS - HBase - [issue]
...FSUtils.create() and SequenceFileLogWriter are using fs.getDefaultReplication() and fs.getDefaultBlockSize() which is deprecated and in case of ViewFS throws an exception. replace that with ...
http://issues.apache.org/jira/browse/HBASE-8516    Author: Matteo Bertozzi, 2013-05-15, 04:54
region vs regionserver coprocessors - HBase - [mail # dev]
...Looking at the coprocessor load code, and at the documentation... I've noticed that coprocessors like AccessController, TokenProvider, ... are region coprocessors.  This means that for ...
   Author: Matteo Bertozzi, 2013-05-15, 02:13
Re: Export / Import and table splits - HBase - [mail # user]
...I'll go with the snapshots since you can avoid all the I/O of the import/export but the consistency model is different, and you don't have the start/end time option... you should delete the ...
   Author: Matteo Bertozzi, 2013-05-14, 00:54
[HBASE-8446] Allow parallel snapshot of different tables - HBase - [issue]
...currently only one snapshot at the time is allowed.Like for the restore, we should allow taking snapshot of different tables in parallel....
http://issues.apache.org/jira/browse/HBASE-8446    Author: Matteo Bertozzi, 2013-05-09, 16:45
Re: HBase Snapshots as backup solution - HBase - [mail # user]
...Hi,  Could you describe a bit more what do you need by a backup, what do you expect by it and what is your data flow?  A snapshot at the moment can guarantee just row level consist...
   Author: Matteo Bertozzi, 2013-05-09, 08:55
[HBASE-8455] Update ExportSnapshot to reflect changes in HBASE-7419 - HBase - [issue]
...HBASE-7419 changed the link naming and the HFileLink/Reference check.ExportSnapshot was not updated after that, so with a Link Reference HFileLink.isLink() now returns false and causes an er...
http://issues.apache.org/jira/browse/HBASE-8455    Author: Matteo Bertozzi, 2013-05-07, 15:54
Sort:
project
HBase (114)
Hadoop (1)
Zookeeper (1)
type
issue (92)
mail # dev (18)
mail # user (4)
date
last 7 days (7)
last 30 days (17)
last 90 days (64)
last 6 months (99)
last 9 months (114)
author
Stack (3750)
Ted Yu (2465)
Jean-Daniel Cryans (2264)
Andrew Purtell (1454)
lars hofhansl (977)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (412)
Gary Helmling (290)
Matteo Bertozzi