Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 114 (0.132s).
Loading phrases to help you
refine your search...
[HBASE-7987] Snapshot Manifest file instead of multiple empty files - HBase - [issue]
...Currently taking a snapshot means creating one empty file for each file in the source table directory, plus copying the .regioninfo file for each region, the table descriptor file and a snap...
http://issues.apache.org/jira/browse/HBASE-7987    Author: Matteo Bertozzi, 2013-06-12, 19:44
[HBASE-7108] Don't use legal family name for system folder at region level - HBase - [issue]
...CHANGED, was: Don't allow "recovered.edits" as legal family nameRegion directories can contain folders called "recovered.edits", log splitting related.But there's nothing that prevent a user...
http://issues.apache.org/jira/browse/HBASE-7108    Author: Matteo Bertozzi, 2013-06-12, 05:48
[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-06-05, 23:53
[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-06-04, 01:07
[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-06-04, 01:07
[HBASE-6353] Snapshots shell - HBase - [issue]
...hbase shell with snapshot commands snapshot <snapshot name> <table name> Take a snapshot of the specified name with the specified name restore_snapshot <snapshot name> ...
http://issues.apache.org/jira/browse/HBASE-6353    Author: Matteo Bertozzi, 2013-05-30, 06:01
[HBASE-7218] Rename Snapshot - HBase - [issue]
...Add the ability to rename a snapshot.HBaseAdmin.renameSnapshot(oldName, newName)shell: snapshot_rename 'oldName', 'newName'...
http://issues.apache.org/jira/browse/HBASE-7218    Author: Matteo Bertozzi, 2013-05-28, 18:28
[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-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
Sort:
project
HBase (114)
Flume (1)
Hadoop (1)
Zookeeper (1)
type
issue (92)
mail # dev (18)
mail # user (4)
date
last 7 days (2)
last 30 days (9)
last 90 days (39)
last 6 months (96)
last 9 months (114)
author
Stack (3785)
Ted Yu (2547)
Jean-Daniel Cryans (2293)
Andrew Purtell (1470)
lars hofhansl (1002)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
Matteo Bertozzi