API Compatibility changes in 7.1.9 SP1 Cumulative Hotfix 1 for HBase
Removed or Modified APIs in CDP 7.1.9 SP1 Cumulative Hotfix 1 for HBase and recommendations for how to handle them.
Apache Version of HBase in 7.1.9 was 1.0.0 and Apache Version of HBase in 7.1.9 SP1 Cumulative Hotfix 1 is 1.0.0
Removed APIs in 7.1.9 SP1 Cumulative Hotfix 1
The following APIs are no longer available for HBase in CDP 7.1.9 SP1 Cumulative Hotfix 1.
OAuthBearerSignedJwt.'<init>'
Method Removed
- Package Name
- com.cloudera.hbase.security.oauthbearer.internals.knox
- Effect
- A client program may be interrupted by NoSuchMethodError exception.
- Reason for change
- Backport fix for CDPD-67520: JWT authentication expects [sub] claim in the payload. Initially introduced by 7.1.9 CHF6
- Recommendation
- N/A
- Recompilation Required?
- Yes