Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 114 (0.092s).
Loading phrases to help you
refine your search...
[HBASE-8418] Caching KeyValue.getRowLength() to improve scan performance - HBase - [issue]
...Looking at the profile seems that Bytes.toShort() is called a lot.the calls are in ScanQueryMatcher.match() and KeyValue.KeyComparator.compare()getKeyLength() is already cached, but getRowLe...
http://issues.apache.org/jira/browse/HBASE-8418    Author: Matteo Bertozzi, 2013-04-25, 12:01
[HBASE-8313] Add Bloom filter testing for HFileOutputFormat - HBase - [issue]
...HBASE-3776 added Bloom Filter Support to the HFileOutputFormat, but there's no test to verify that....
http://issues.apache.org/jira/browse/HBASE-8313    Author: Matteo Bertozzi, 2013-04-12, 05:15
[HBASE-7658] grant with an empty string as permission should throw an exception - HBase - [issue]
...If someone specify an empty permissiongrant 'user', ''AccessControlLists.addUserPermission() output a log message and doesn't change the permission, but the user doesn't know about it.if ((a...
http://issues.apache.org/jira/browse/HBASE-7658    Author: Matteo Bertozzi, 2013-04-12, 05:15
Re: HBase table truncate - HBase - [mail # dev]
...On Wed, Apr 10, 2013 at 6:27 PM, Doug Meil wrote:   You've missed the important part "requiring just the ability to delete all the rows in the table" on purpose? Do you think that trunc...
   Author: Matteo Bertozzi, 2013-04-10, 17:35
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
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 (2290)
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