Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.7.1, 0.8.0-incubating
-
None
Description
The "Getting Started" guide for 0.7.1 claims that users of the CDH5.7 dsitro of HBase should make use of the tephra-hbase-compat-1.1 module.
Unfortunately, that module is only source compatible with both the Apache HBase 1.1 release, Apache HBase 1.2 release, and the CDH5.7 packaging. Since the binaries are built against the Apache HBase 1.1 binary artifacts, attempting to use it with CDH5.7 jar results in several NoSuchMethodExceptions because of a change in return types (done to maintain CDH5 API compatibility).
Workaround: build jars against the cdh5.7 specific jar artifacts (which also requires changing the configuration factory test that looks at the hbase version).
Attachments
Issue Links
- is related to
-
TEPHRA-176 Add support for CDH 5.8
- Resolved
- links to