HBase 1.4.14.800 - 2507 (EEP 9.4.1) Release Notes
The notes below relate to the HPE Ezmeral Data Fabric distribution of HBase.
These release notes contain only HPE-specific information and are not necessarily cumulative in nature. You may also be interested in the Ecosystem Component Release Notes and the Apache HBase homepage.
Version | 1.4.14.800 |
Release Date | July 2025 |
Version Interoperability | See Interoperability Matrix, Ecosystem Support Matrix, and HBase Support Matrix. |
Source on GitHub | https://github.com/mapr/hbase |
GitHub Release Tag | 1.4.14.800-eep-941 |
Maven Artifacts | https://repository.mapr.com/maven/ |
Package Names | Navigate to https://package.ezmeral.hpe.com/releases/MEP/ and select your EEP (MEP) and OS to view the list of package names. |
New in this Release
- CVEs fixes
- Bug 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:
GitHub Commit Number | Date (YYYY-MM-DD) | HPE Fix Number and Description |
336f1ca8319 | 2025-06-18 | EEP-HBASE-417: Vulnerable version of protobuf-java. CVE-2024-7254 |
40ebb9a7db5 | 2025-05-06 | HBASE-415 server.AuthenticationFilter: AuthenticationToken ignored: org.apache.hadoop.security.authentication.util.SignerException: Invalid signature |
For complete details, refer to the commit log for this project in GitHub.
Known Issues and Limitations
- Redirect to Non-Existent “/login” Page After Authentication:
As part of the SSO implementation in Hadoop, HBase service UIs now redirect users to a “/login” endpoint after authenticating with a username and password. However, the HBase service UIs currently do not have a “/login” page implemented, resulting in an “HTTP ERROR 404 Not Found”.
Workaround:
If redirected to a URL ending in “/login”, manually remove “/login” from the address bar to access the service UI.
Example:
After logging in at https://<hostname>:9095, the browser redirects to https://<hostname>:9095/login, which will return a 404 error. To continue, remove “/login” from the URL
Resolved Issues
None.