Tez 0.9.2.500 - 2305 (EEP 8.1.1) Release Notes
The notes below relate specifically to the HPE Ezmeral Data Fabric Distribution for Apache Tez. You may also be interested in the Apache Tez changelog and the Apache Tez home page.
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 | 0.9.2.500 |
Release Date | May 2023 |
Version Interoperability | See EEP Components and OS Support |
Source on GitHub | Not applicable |
GitHub Release Tag | 0.9.2.500-eep-811 |
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
Tez 0.9.2.500 - 2305 is a defect-repair release. This release provides:
- Bug fixes.
Fixes
This HPE release includes the following fixes on the base release:
For complete details, refer to the commit log for this project in GitHub.
GitHub Commit Number | Date (YYYY-MM-DD) | HPE Fix Number and Description |
94bf9449fa | 2023-05-10 | EEP-TEZ-284: Vulnerability (CVE-2022-42252 ) for tomcat in core 6.2 |
438b1dc34 | 2023-05-04 | EEP-TEZ-283: Update jackson to 1.9.14-atlassian-6 |
172e2bcaf | 2023-05-02 | EEP-TEZ-282: Update Bower Registry to a different mirror |
c8f641bb2 | 2023-05-02 | EEP-TEZ-280: Update Jetty to 9.4.51.v20230217 |
c553a9ad4 | 2023-05-02 | EEP-TEZ-281: Update Guava to 31.1-jre |
ed694080a | 2023-03-29 | Change protocol in Tomcat installation URL |
edb087d05 | 2023-03-27 | EEP-TEZ-276: Update protobuf-java version to 3.21.12 |
1d4353517 | 2022-12-02 | TEZ-4411: Update FileSaver dependency (#206) (Nikhil Gupta reviewed by Laszlo Bodor, Deependra Patel) |
66fe997d6 | 2022-04-16 | EEP-TEZ-221: inconsistent result of running /bin/monitor.sh to get the current state of Tez UI process |
6eb908e37 | 2022-04-05 | EEP-TEZ-220: [00107023] Tez-UI does not start using warden script template |
8a2c3af8c | 2022-03-14 | EEP-TEZ-218: Update vulnerable jars based on CVEs Inquiry from customer |
Known Issues and Limitations
After updating Tez, or installing it with the UI Installer, you might get
the following exception during Hive - HBase integration.
java.io.IOException: java.lang.RuntimeException: Error occurred while instantiating com.mapr.fs.hbase.MapRTableMappingRules.
To
resolve this error, change the tez.lib.uris
property in the file
tez-site.xml with the value shown here: <property>
<name>tez.lib.uris</name>
<value>${fs.defaultFS}/apps/tez/tez-0.9,${fs.defaultFS}/apps/tez/tez-0.9/lib,${fs.defaultFS}/apps/tez/tez-0.9/hbase</value>
</property>
Resolved Issues
None.