Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 114 (0.08s).
Loading phrases to help you
refine your search...
[HBASE-7592] HConnectionManager.getHTableDescriptor() compares too much - HBase - [issue]
...in 0.94 getHTableDescriptor() looks at every htd instead of returning at the first found. (Trunks has already the early exit)for (HTableDescriptor htd: htds) {  if (Bytes.equals(ta...
http://issues.apache.org/jira/browse/HBASE-7592    Author: Matteo Bertozzi, 2013-01-17, 12:32
[HBASE-7526] create table does not log the table name in audit log - HBase - [issue]
...If I issue a create table command - create 'test', 'f1'Then from the audit log, there is no way to identify what table was createdrequest: createTable; context: (user=th30z, scope=GLOBAL, fa...
http://issues.apache.org/jira/browse/HBASE-7526    Author: Matteo Bertozzi, 2013-01-16, 17:17
[HBASE-7558] Client not able to access /hbase/unassigned in secure cluster - HBase - [issue]
...HBASE-6068, /hbase/unassigned is not listed as open nodeand catalogTracker tries to read from both: RootRegionTracker (/hbase/root-region-server) and MetaNodeTracker (/hbase/unassigned)Unabl...
http://issues.apache.org/jira/browse/HBASE-7558    Author: Matteo Bertozzi, 2013-01-16, 17:16
[HBASE-7537] .regioninfo not created by createHRegion() - HBase - [issue]
...After HBASE-5683 we have no longer the .regioninfo written on disk during the table creation.so, if we fail before adding entries to .META. we end up with regions on disk that has no informa...
http://issues.apache.org/jira/browse/HBASE-7537    Author: Matteo Bertozzi, 2013-01-16, 17:15
[HBASE-7283] Backport HBASE-6564 + HBASE-7202 to 0.94 - HBase - [issue]
...HBASE-6564: HDFS space is not reclaimed when a column family is deleted HBASE-7202: Family Store Files are not archived on admin.deleteColumn()(the second one is a fix for the first, to use ...
http://issues.apache.org/jira/browse/HBASE-7283    Author: Matteo Bertozzi, 2013-01-13, 06:28
Re: ProtoBuf generation? - HBase - [mail # dev]
...I think that the idea was,  the .proto files are not changing much overtime so, we can commit the generated code, and avoid having the protobuf compiler installed. if we regenerated the...
   Author: Matteo Bertozzi, 2013-01-12, 23:33
Re: ProtoBuf generation? - HBase - [mail # dev]
...There's a README inside the hbase-protocol/src/main/protobuf directory https://github.com/apache/hbase/blob/trunk/hbase-protocol/src/main/protobuf/README.txt  On Sat, Jan 12, 2013 at 3:...
   Author: Matteo Bertozzi, 2013-01-12, 23:14
[HBASE-7453] HBASE-7423 snapshot followup - HBase - [issue]
...HBASE-7423 change the arguments for one method used by restore code...
http://issues.apache.org/jira/browse/HBASE-7453    Author: Matteo Bertozzi, 2013-01-04, 16:11
[HBASE-7354] Snapshot Info/Debug Tool - HBase - [issue]
...Tool that show snapshot metadata, hfiles and logs retained....
http://issues.apache.org/jira/browse/HBASE-7354    Author: Matteo Bertozzi, 2013-01-03, 23:07
[HBASE-7480] Explicit message for not allowed snapshot on meta tables - HBase - [issue]
...taking a snapshot of ROOT or .META. now results in something like this:Illegal first character <46> at 0. User-space table names can only start with 'word characters': i.e. [a-zA-Z_0-9...
http://issues.apache.org/jira/browse/HBASE-7480    Author: Matteo Bertozzi, 2013-01-02, 23:20
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 (63)
last 6 months (99)
last 9 months (114)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (677)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Matteo Bertozzi