Go to file
Duo Zhang 78610decaa
HBASE-27824 NPE in MetricsMasterWrapperImpl.isRunning (#5218)
Signed-off-by: Liangjun He <heliangjun@apache.org>
2023-05-04 20:59:40 +08:00
bin HBASE-27728 Implement a tool to migrate replication peer data between different storage implementation (#5179) 2023-04-17 22:13:19 +08:00
conf HBASE-27762 Include EventType and ProcedureV2 pid in logging via MDC (addendum) 2023-04-24 17:55:18 +02:00
dev-support HBASE-27774 Move Dockerfile and python-requirements.txt used only by flaky-tests job 2023-04-04 13:35:16 +02:00
hbase-annotations
hbase-archetypes
hbase-assembly
hbase-asyncfs HBASE-27530 Fix comment syntax errors (#4910) 2022-12-14 20:11:21 +08:00
hbase-backup Revert "HBASE-27649 WALPlayer does not properly dedupe overridden cell versions (#5047)" (#5057) 2023-02-25 12:13:38 -05:00
hbase-balancer HBASE-27530 Fix comment syntax errors (#4910) 2022-12-14 20:11:21 +08:00
hbase-build-configuration HBASE-27443 Addendum forward port new changes while cherry-picking to branch-2.x 2022-11-08 00:34:34 +08:00
hbase-checkstyle
hbase-client HBASE-27783 Implement a shell command to disable all peer modification (#5182) 2023-04-19 22:07:29 +08:00
hbase-common HBASE-27536: Include more request information in slowlog for Scans (#5155) 2023-04-16 10:03:53 -04:00
hbase-compression HBASE-27672 Read RPC threads may BLOCKED at the Configuration.get when using java compression (#5075) 2023-03-06 11:42:50 +08:00
hbase-endpoint
hbase-examples HBASE-27578 Upgrade hbase-thirdparty to 4.1.4 (#4985) 2023-01-20 09:08:31 -08:00
hbase-external-blockcache HBASE-27796 Improve MemcachedBlockCache (#5181) 2023-04-17 13:20:55 -07:00
hbase-hadoop-compat HBASE-27713 Remove numRegions in Region Metrics (#5107) 2023-04-08 11:02:39 +08:00
hbase-hbtop HBASE-27598 Upgrade mockito to 4.x (#4998) 2023-01-29 11:29:51 +08:00
hbase-http HBASE-27693 Support for Hadoop's LDAP Authentication mechanism (#5144) 2023-04-28 23:58:36 +08:00
hbase-it HBASE-27702 Remove 'hbase.regionserver.hlog.writer.impl' config (#5096) 2023-03-20 10:36:14 +08:00
hbase-logging HBASE-27762 Include EventType and ProcedureV2 pid in logging via MDC (addendum) 2023-04-24 17:55:18 +02:00
hbase-mapreduce HBASE-27727 Implement filesystem based Replication peer storage (#5165) 2023-04-13 18:58:02 +08:00
hbase-metrics HBASE-27681 Refactor Table Latency Metrics (#5072) 2023-03-07 12:03:37 -05:00
hbase-metrics-api
hbase-procedure
hbase-protocol-shaded HBASE-27783 Implement a shell command to disable all peer modification (#5182) 2023-04-19 22:07:29 +08:00
hbase-replication HBASE-27806 Support dynamic reinitializing replication peer storage (#5195) 2023-04-23 22:25:31 +08:00
hbase-resource-bundle HBASE-27744 Update compression dependencies (#5137) 2023-03-23 13:05:55 -07:00
hbase-rest HBASE-27598 Upgrade mockito to 4.x (#4998) 2023-01-29 11:29:51 +08:00
hbase-server HBASE-27824 NPE in MetricsMasterWrapperImpl.isRunning (#5218) 2023-05-04 20:59:40 +08:00
hbase-shaded HBASE-27600 Make the behavior of hadoop profile consistent (#5000) 2023-02-04 17:48:05 +08:00
hbase-shell HBASE-27783 Implement a shell command to disable all peer modification (#5182) 2023-04-19 22:07:29 +08:00
hbase-testing-util HBASE-27595 ThreadGroup is removed since Hadoop 3.2.4 (#5001) 2023-02-02 14:15:44 +08:00
hbase-thrift HBASE-27783 Implement a shell command to disable all peer modification (#5182) 2023-04-19 22:07:29 +08:00
hbase-zookeeper HBASE-27810. Check if the executor has already been shut down before submitting new job (#5207) 2023-04-28 16:46:22 +02:00
src HBASE-27693 Support for Hadoop's LDAP Authentication mechanism (#5144) 2023-04-28 23:58:36 +08:00
.asf.yaml
.editorconfig
.git-blame-ignore-revs HBASE-27512 Add file `.git-blame-ignore-revs` (#4904) 2022-12-01 20:12:53 +08:00
.gitattributes
.gitignore
.pylintrc
.rubocop.yml
CHANGES.txt
LICENSE.txt HBASE-27791 Upgrade vega and its related js libraries (#5173) 2023-04-17 12:46:07 +02:00
NOTICE.txt
README.md HBASE-27689 Update README.md about how to request a jira account (#5088) 2023-03-07 10:13:24 +08:00
pom.xml Add nihaljain to the developer list (#5219) 2023-05-03 19:57:54 +05:30

README.md

hbase-logo

Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Apache Hadoop.

Getting Start

To get started using HBase, the full documentation for this release can be found under the doc/ directory that accompanies this README. Using a browser, open the docs/index.html to view the project home page (or browse https://hbase.apache.org). The hbase 'book' has a 'quick start' section and is where you should being your exploration of the hbase project.

The latest HBase can be downloaded from the download page.

We use mailing lists to send notice and discuss. The mailing lists and archives are listed here

How to Contribute

The source code can be found at https://hbase.apache.org/source-repository.html

The HBase issue tracker is at https://hbase.apache.org/issue-tracking.html

Notice that, the public registration for https://issues.apache.org/ has been disabled due to spam. If you want to contribute to HBase, please visit the Request a jira account page to submit your request. Please make sure to select hbase as the 'ASF project you want to file a ticket' so we can receive your request and process it.

NOTE: we need to process the requests manually so it may take sometime, for example, up to a week, for us to respond to your request.

About

Apache HBase is made available under the Apache License, version 2.0

The HBase distribution includes cryptographic software. See the export control notice here.