| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
114 (0.675s).
|
|
|
Loading phrases to help you refine your search...
|
|
[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-05-07, 15:54
|
|
|
[HBASE-8495] Change ownership of the directory to bulk load - HBase - [issue]
|
|
...To bulk load something you need to change the ownership of the data directory to allow the hbase user to read and move the files, also in the split case you must use the hbase user to run th...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8495
Author: Matteo Bertozzi,
2013-05-05, 11:33
|
|
|
TestReference and Release audit warn - HBase - [mail # dev]
|
|
...Hey, is there a way to exclude from the release audit warning this file? ./hbase-server/src/test/data/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c Is used by...
|
|
|
Author: Matteo Bertozzi,
2013-04-30, 21:12
|
|
|
Re: Snapshot Export Problem - HBase - [mail # user]
|
|
...The chown it not the main problem. The export can go on even without changing rights I've filed HBASE-8455 to solve the main problem that is related to the reference file link names. Thanks ...
|
|
|
Author: Matteo Bertozzi,
2013-04-29, 17:01
|
|
|
[HBASE-8118] TestTablePermission depends on the execution order - HBase - [issue]
|
|
...All the tests changes the acl table but they don't clear the state.If testGlobalPermission() runs before testBasicWrite() you end up withjava.lang.AssertionError: Full permission map should ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8118
Author: Matteo Bertozzi,
2013-04-27, 16:55
|
|
|
Re: Snapshot Export Problem - HBase - [mail # user]
|
|
...Hey Sean, could you provide us the full stack trace of the FileNotFoundException Unable to open link and also the output of: hbase org.apache.hadoop.hbase.snapshot.SnapshotInfo -files ...
|
|
|
Author: Matteo Bertozzi,
2013-04-26, 21:16
|
|
|
[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
|
|
|
|