TEPHRA-309 Add HBase 1.6 compatibility

also convert 1.4 and 1.5 compatibility modules to the -common convention

Closes #103
42 files changed
tree: bd9f2aeb0d2be40d6da666de199f8fb69c27b591
  1. bin/
  2. conf/
  3. docs/
  4. src/
  5. tephra-api/
  6. tephra-core/
  7. tephra-core-shaded/
  8. tephra-distribution/
  9. tephra-examples/
  10. tephra-hbase-compat-0.96/
  11. tephra-hbase-compat-0.98/
  12. tephra-hbase-compat-1.0/
  13. tephra-hbase-compat-1.0-cdh/
  14. tephra-hbase-compat-1.1-base/
  15. tephra-hbase-compat-1.3/
  16. tephra-hbase-compat-1.4/
  17. tephra-hbase-compat-1.4-base/
  18. tephra-hbase-compat-2.0-base/
  19. tephra-hbase-compat-2.3/
  20. .gitignore
  21. .travis.yml
  22. checkstyle.xml
  23. DISCLAIMER
  24. KEYS
  25. LICENSE
  26. NOTICE
  27. pom.xml
  28. README.md
  29. suppressions.xml
README.md

What is Apache Tephra (TM)

Apache Tephra provides globally consistent transactions on top of distributed data stores such as Apache HBase. While HBase provides strong consistency with row- or region-level ACID operations, it sacrifices cross-region and cross-table consistency in favor of scalability. This trade-off requires application developers to handle the complexity of ensuring consistency when their modifications span region boundaries. By providing support for global transactions that span regions, tables, or multiple RPCs, Tephra simplifies application development on top of HBase, without a significant impact on performance or scalability for many workloads.

Tephra is used by the Apache Phoenix as well to add cross-row and cross-table transaction support with full ACID semantics.

Please refer to the Getting Started guide to start using Apache Tephra.

Building

You can build Tephra directly from the latest source code:

  git clone https://git-wip-us.apache.org/repos/asf/incubator-tephra.git
  cd incubator-tephra
  mvn clean package