| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
24 (0.266s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-8588] [Documentation]: Add information about adding REST and Thrift API kerberos principals to HBase ACL table - HBase - [issue]
|
|
...When users set up secure REST and Thrift API gateways, those principals will need entries in the HBase ACL table in order to interact with HBase.We should add that to the documentation so th...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8588
Author: Aleksandr Shulman,
2013-05-21, 21:56
|
|
|
[HBASE-8385] [SNAPSHOTS]: Restore fails to restore snapshot of a deleted table - HBase - [issue]
|
|
...Expected behavior:A user should be able to:1. Take a snapshot of a table2. Delete that table3. Use the snapshot to restore that deleted tableObserved behavior:During a restore, we attempt to...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8385
Author: Aleksandr Shulman,
2013-05-15, 14:45
|
|
|
[HBASE-8345] Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin - HBase - [issue]
|
|
...In our built-in REST clients, we should add in more of the available REST resources. This will allow more thorough testing of the REST API, particularly with IntegrationTest.These clients ar...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8345
Author: Aleksandr Shulman,
2013-04-26, 17:31
|
|
|
[HBASE-7192] Move TestHBase7051.java into TestAtomicOperation.java - HBase - [issue]
|
|
...This test class only has one test function and would be better served by being located in TestAtomic.java, since anyone looking for atomicity-related tests would know to look there....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7192
Author: Aleksandr Shulman,
2013-04-25, 14:23
|
|
|
[HBASE-7579] HTableDescriptor equals method fails if results are returned in a different order - HBase - [issue]
|
|
...HTableDescriptor's compareTo function compares a set of HColumnDescriptors against another set of HColumnDescriptors. It iterates through both, relying on the fact that they will be in the s...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7579
Author: Aleksandr Shulman,
2013-04-24, 13:22
|
|
|
[HBASE-8049] If a RS cannot use a compression codec, it should have a retry limit on checking results of CompressionTest - HBase - [issue]
|
|
...Observed Behavior:When a user attempts to create a table but there is an issue with the codec, the attempt continues repeatedly. The shell command times out but the RS and Master are both oc...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8049
Author: Aleksandr Shulman,
2013-04-24, 05:16
|
|
|
Re: Declaring HBase Public API in 0.94 - HBase - [mail # dev]
|
|
...Hi Nick, You're correct. This tool was designed for 0.92 and 0.94 and the most logical place for it is in 0.94. I plan on modifying it in trunk to be able to work with trunk code...
|
|
|
Author: Aleksandr Shulman,
2013-04-17, 18:01
|
|
|
Re: Declaring HBase Public API in 0.94 - HBase - [mail # dev]
|
|
...Hello, I put together a JDiff compatibility tool that was committed to trunk. Would someone be kind enough to backport it into 0.94.8? Here is the commit for the tool: https://gi...
|
|
|
Author: Aleksandr Shulman,
2013-04-16, 20:56
|
|
|
[HBASE-8277] [API Compatibility]: Create tool to analyze changes in the HBase Java public API - HBase - [issue]
|
|
...API incompatibilities can be frustrating for customers. Therefore, it is important to identify incompatibilities and correct them.There is a tool called JDiff which will compare two public A...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8277
Author: Aleksandr Shulman,
2013-04-13, 01:11
|
|
|
Re: Declaring HBase Public API in 0.94 - HBase - [mail # dev]
|
|
...I put together a tool that leverages Tom White's work. Here is a review for it: https://reviews.apache.org/r/10361/ It will diff the public java api definitions of hbase in two git rep...
|
|
|
Author: Aleksandr Shulman,
2013-04-09, 17:47
|
|
|
|