HBase 1.1.13.200-2101 (EEP 6.3.2) Release Notes

The notes below relate to the HPE Ezmeral Data Fabric distribution of Apache HBase.

These release notes contain only HPE-specific information and are not necessarily cumulative in nature. For information about how to use the release notes, see Ecosystem Component Release Notes.

Version 1.1.13.200
Release Date January 2021
MapR Version Interoperability See EEP Components and OS Support.
Source on GitHub https://github.com/mapr/hbase
GitHub Release Tag 1.1.13.100-mapr-632
Maven Artifacts https://repository.mapr.com/maven/
Package Names Navigate to https://package.ezmeral.hpe.com/releases/MEP/ and select your EEP and OS to view the list of package names.

New in this Release

This release contains CVE fixes.

Fixes

This HPE release includes the following fixes on the base Apache release. For details, refer to the commit log for this project in GitHub.

Commit Date (YYYY-MM-DD) Comment
d96811df1c 2021-01-08 MAPR-HBASE-206 Excessive logging from DynamicClassLoader
6061cf247f 2020-12-15 MAPR-HBASE-201 CVE-2016-6796: Tomcat / Jasper library vulnerability
35a6b58080 2020-12-11 MAPR-HBASE-200: Netty vulnerabilities
c590ff5446 2020-11-30 MAPR-HBASE-195 updating thrift version; from 12 to 13
c080f6b2e0 2020-10-02 MAPR-HBASE-192: Update Guava version to 28.2-jre with shading older version
259668771f 2020-09-28 MAPR-HBASE-192: Enable hbase-shaded packages
7cce08beaf 2020-09-22 MAPR-HBASE-192 Replacing guava Stopwatch with hadoop.util.StopWatch. it is deprecated guava version > v16
aa51877ced 2020-09-15 MAPR-HBASE-191 Retrieve max version records using spark hbase binary connector

Known Issues and Limitations

This release contains the following known issues and limitations:
  • ASYNC-5: Data-fabric-SASL security is not implemented in AsyncHBase. As a result, an AsyncHBase client connection fails on a secure data-fabric cluster. Workaround: Implement AsyncHBase security or disable HBase security.
  • Data-faberic client nodes cannot be configured for HBase by using the configure.sh script. Workaround: To configure an HBase client node, you can use the configure_client.sh script. For more information, see Configuring HBase on a Client Node.
  • MD-5925: Drill versions 1.11.0 through 1.16.0.x do not support querying HBase tables. Workaround: None.
  • ASYNC-9: An error is generated when AsyncHBase is used to put data to a cluster with HBase and Kerberos configured. The error occurs when hbase.rpc.protection is set to privacy or integrity in the AsyncHbase client configuration. Workaround: To avoid the error, set hbase.rpc.protection to authentication.