hbase icon indicating copy to clipboard operation
hbase copied to clipboard

Apache HBase

Results 488 hbase issues
Sort by recently updated
recently updated
newest added

[HBASE-27826](https://issues.apache.org/jira/browse/HBASE-27826) introduces tracking of Link/Reference files with StoreFileTracker interface and with that, we can have the FileBasedStoreFileTracker implementation to track Link/Reference files only using .filelist file itself and not create...

…86 to public interfaces (#3527) Self-approving trivial change.

Line up Thrift server with HTTP and REST by adding HTTP security headers if SSL is enabled. Includes a new unit test class specific for HTTP+SSL based Thrift server +...