Tez 0.9.2 - 2201 (EEP 8.1.0) 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 |
Release Date | January 2022 |
Version Interoperability | See EEP Components and OS Support |
Source on GitHub | Not applicable |
GitHub Release Tag | 0.9.2.400-eep-810 |
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 - 2201 is a defect-repair release.
Fixes
This HPE release includes the following fixes on the base release:
GitHub Commit Number | Data (YYYY-MM-DD) | HPE Fix Number and Description |
f5c03c004 | 2022-01-25 | EEP-TEZ-215: Upgrade Log4J version to '1.3.1-mapr' |
32dfb6f5a | 2021-12-23 | EEP-TEZ-208: CVE-2019-10744, CVE-2020-8203, CVE-2021-23337 : lodash-*.js |
1cadfeed3 | 2021-12-23 | EEP-TEZ-210: CVE-2021-25329: tomcat-catalina-9.0.36.jar & CVE-2020-13934, CVE-2020-17527, CVE-2021-25122, CVE-2021-41079: tomcat-coyote-9.0.36.jar |
24fe8da63 | 2021-12-23 | EEP-TEZ-213: log4j-1.2.17.jar vulnerability: CVE-2019-17571 |
6f5bfee01 | 2021-12-17 | EEP-TEZ-209: High: WS-2020-0408 ; 3 Medium: CVE-2021-21290: netty*.jar |
e0f57eec9 | 2021-12-10 | EEP-TEZ-207: CVE-2019-10172, CVE-2019-10202: jackson-mapper-asl-1.9.13.jar |
56d130d53 | 2021-12-06 | EEP-TEZ-212: Upgrade Jetty to 9.4.44.v20210927 to sync with Hadoop |
21d777f71 | 2021-11-23 | EEP-TEZ-211: Hive on Tez job failed for core 7 with FIPS enabled. Can't find HmacSHA1 algorithm. |
97da9f716 | 2021-11-23 | EEP-TEZ-205: Update hadoop version to 2.7.6.200-eep-810-SNAPSHOT |
27b2b96f3 | 2021-10-08 | MAPR-TEZ-203: Backport Apache Jira TEZ-3951 and add timeout logic for cancellation |
For details, refer to the commit log for this project in GitHub.
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.