Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 114 (0.267s).
Loading phrases to help you
refine your search...
HBase table truncate - HBase - [mail # dev]
...Hey,  truncate currently is just an hbase shell command and it basically deletes the table and creates a new one.  using ACLs the user running truncate, must have rights to create ...
   Author: Matteo Bertozzi, 2013-04-10, 13:52
[HBASE-8219] Align Offline Merge with Online Merge - HBase - [issue]
...After HBASE-7403 we now have two different tools for online and offline merge, and the result produced by the two are different. (the online one works with snapshots, the offline not)We shou...
http://issues.apache.org/jira/browse/HBASE-8219    Author: Matteo Bertozzi, 2013-04-09, 18:32
[HBASE-7786] Consolidate HRegion creation/opening API - HBase - [issue]
...Currently we have 4 ways to instantiate an HRegion. HRegion.createHRegion() HRegion.openHRegion() HRegion.newHRegion() + r.initialize() new HRegion() + r.initialize()Aside from tests and HMe...
http://issues.apache.org/jira/browse/HBASE-7786    Author: Matteo Bertozzi, 2013-04-06, 08:06
[HBASE-7518] Move AuthResult out of AccessController - HBase - [issue]
...split HBASE-6393 in two logical pieces.This jira is just for moving out the AuthResult from the AccessControllerin this way, we can get in HBASE-6386 without waiting on HBASE-6393...
http://issues.apache.org/jira/browse/HBASE-7518    Author: Matteo Bertozzi, 2013-04-06, 08:06
[HBASE-7622] Add table descriptor verification after snapshot restore - HBase - [issue]
...Add the schema verification not only based on disk data, but also on the HTableDescriptor...
http://issues.apache.org/jira/browse/HBASE-7622    Author: Matteo Bertozzi, 2013-04-06, 06:25
[HBASE-6927] WrongFS using HRegionInfo.getTableDesc() and different fs for hbase.root and fs.defaultFS - HBase - [issue]
...Calling HRegionInfo.getTableDesc() with different fs schema for hbase.root and fs.defaultFS raises "IllegalArgumentException: Wrong FS" exception.HRegionInfo.getTableDesc() is called only by...
http://issues.apache.org/jira/browse/HBASE-6927    Author: Matteo Bertozzi, 2013-04-06, 06:25
[HBASE-8062] Replace HBaseFsck.debugLsr() in TestFlushSnapshotFromClient with FSUtils.logFileSystemState() - HBase - [issue]
...Replace the HBaseFsck.debugLsr() calls in TestFlushSnapshotFromClient with FSUtils.logFileSystemState()....
http://issues.apache.org/jira/browse/HBASE-8062    Author: Matteo Bertozzi, 2013-04-03, 04:03
[HBASE-7868] HFile performance regression between 0.92 and 0.94 - HBase - [issue]
...By HFilePerformanceEvaluation seems that 0.94 is slower then 0.92Looking at the profiler for the Scan path, seems that most of the time, compared to 92, is spent in the metrics dictionary lo...
http://issues.apache.org/jira/browse/HBASE-7868    Author: Matteo Bertozzi, 2013-03-31, 13:05
[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-03-29, 16:09
[HBASE-7807] Introduce HRegionFileSystem and move region fs related code - HBase - [issue]
...Add a new HRegionFileSystem class that allows to create an on-disk region without needs to instantiate an HRegion.This is the first refactor step, the next step is moving file creation and r...
http://issues.apache.org/jira/browse/HBASE-7807    Author: Matteo Bertozzi, 2013-03-28, 18:45
Sort:
project
HBase (114)
Hadoop (1)
Zookeeper (1)
type
issue (92)
mail # dev (18)
mail # user (4)
date
last 7 days (3)
last 30 days (16)
last 90 days (56)
last 6 months (99)
last 9 months (114)
author
Stack (3759)
Ted Yu (2476)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (989)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (420)
Gary Helmling (290)
Matteo Bertozzi