HBASE-29427 Merge all commits related to custom tiering into the feature branch (#7124)

This is the whole custom tiering implementation and involves the following individual works:

* HBASE-29412 Extend date tiered compaction to allow for tiering by values other than cell timestamp
* HBASE-29413 Implement a custom qualifier tiered compaction
* HBASE-29414 Refactor DataTieringManager to make priority logic pluggable
* HBASE-29422 Implement selectMinorCompation in CustomCellDateTieredCompactionPolicy
* HBASE-29424 Implement configuration validation for custom tiering compactions
* HBASE-29425 Refine and polish code
* HBASE-29426 Define a tiering value provider and refactor custom tiered compaction related classes
* HBASE-28463 Rebase time based priority branch (HBASE-28463) with latest master (and fix conflicts)

Co-authored-by: Janardhan Hungund <janardhan.hungund@cloudera.com>

Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
33 files changed
tree: 20e2d6ac2b01d347f30a3ea99d0384e17749a41d
  1. bin/
  2. conf/
  3. dev-support/
  4. hbase-annotations/
  5. hbase-archetypes/
  6. hbase-assembly/
  7. hbase-assembly-byo-hadoop/
  8. hbase-asyncfs/
  9. hbase-backup/
  10. hbase-balancer/
  11. hbase-build-configuration/
  12. hbase-checkstyle/
  13. hbase-client/
  14. hbase-common/
  15. hbase-compression/
  16. hbase-dev-generate-classpath/
  17. hbase-diagnostics/
  18. hbase-endpoint/
  19. hbase-examples/
  20. hbase-extensions/
  21. hbase-external-blockcache/
  22. hbase-hadoop-compat/
  23. hbase-hbtop/
  24. hbase-http/
  25. hbase-it/
  26. hbase-logging/
  27. hbase-mapreduce/
  28. hbase-metrics/
  29. hbase-metrics-api/
  30. hbase-procedure/
  31. hbase-protocol-shaded/
  32. hbase-replication/
  33. hbase-resource-bundle/
  34. hbase-rest/
  35. hbase-server/
  36. hbase-shaded/
  37. hbase-shell/
  38. hbase-testing-util/
  39. hbase-thrift/
  40. hbase-zookeeper/
  41. src/
  42. .asf.yaml
  43. .editorconfig
  44. .git-blame-ignore-revs
  45. .gitattributes
  46. .gitignore
  47. .pylintrc
  48. .rubocop.yml
  49. CHANGES.txt
  50. LICENSE.txt
  51. NOTICE.txt
  52. pom.xml
  53. README.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

We use the #hbase channel on the official ASF Slack Workspace for real time questions and discussions. Please mail dev@hbase.apache.org to request an invite.

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.