Release 2.4.16
Preparing hbase release 2.4.16RC1; tagging and updates to CHANGES.md and RELEASENOTES.md

Signed-off-by: Duo Zhang <zhangduo@apache.org>
45 files changed
tree: e646789decb0117bbc36a99f7c0885ff59196f7c
  1. bin/
  2. conf/
  3. dev-support/
  4. hbase-annotations/
  5. hbase-archetypes/
  6. hbase-assembly/
  7. hbase-asyncfs/
  8. hbase-build-configuration/
  9. hbase-checkstyle/
  10. hbase-client/
  11. hbase-common/
  12. hbase-endpoint/
  13. hbase-examples/
  14. hbase-external-blockcache/
  15. hbase-hadoop-compat/
  16. hbase-hadoop2-compat/
  17. hbase-hbtop/
  18. hbase-http/
  19. hbase-it/
  20. hbase-logging/
  21. hbase-mapreduce/
  22. hbase-metrics/
  23. hbase-metrics-api/
  24. hbase-procedure/
  25. hbase-protocol/
  26. hbase-protocol-shaded/
  27. hbase-replication/
  28. hbase-resource-bundle/
  29. hbase-rest/
  30. hbase-rsgroup/
  31. hbase-server/
  32. hbase-shaded/
  33. hbase-shell/
  34. hbase-testing-util/
  35. hbase-thrift/
  36. hbase-zookeeper/
  37. src/
  38. .editorconfig
  39. .git-blame-ignore-revs
  40. .gitattributes
  41. .gitignore
  42. .pylintrc
  43. .rubocop.yml
  44. CHANGES.md
  45. LICENSE.txt
  46. NOTICE.txt
  47. pom.xml
  48. README.md
  49. RELEASENOTES.md
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 send an email to private@hbase.apache.org in the follow format so the HBase PMC members can acquire a jira account for you:

Subject: Request for Jira account

Contents of the mail(should be in English):
Preferred Jira Id: [a-z0-9]+
Full Name:
E-Mail Address:

Reason: Jira Id you wish to contribute to, or details around the bug/feature you wish to report or work on.

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.