Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 114 (0.136s).
Loading phrases to help you
refine your search...
[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-23, 07:59
[HBASE-8332] Add truncate as HMaster method - HBase - [issue]
...Currently truncate and truncate_preserve are only shell functions, and implemented as deleteTable() + createTable().Using ACLs the user running truncate, must have rights to create a table a...
http://issues.apache.org/jira/browse/HBASE-8332    Author: Matteo Bertozzi, 2013-05-22, 14:45
[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-21, 07:03
[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-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
Sort:
project
HBase (114)
Hadoop (1)
Zookeeper (1)
type
issue (92)
mail # dev (18)
mail # user (4)
date
last 7 days (5)
last 30 days (17)
last 90 days (56)
last 6 months (99)
last 9 months (114)
author
Stack (3754)
Ted Yu (2470)
Jean-Daniel Cryans (2271)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (679)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Matteo Bertozzi