Tez 0.9.2 - 2110 (EEP 8.0.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 | October 2021 |
Version Interoperability | See EEP Components and OS Support |
Source on GitHub | https://github.com/mapr/tez |
GitHub Release Tag | 0.9.2.300-eep-800 |
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 - 2110 introduces the following enhancements or HPE platform-specific behavior changes:
None.
Fixes
This HPE release includes the following fixes on the base release:
GitHub Commit Number | Data (YYYY-MM-DD) | HPE Fix Number and Description |
c4e33daed | 2021-09-03 | MAPR-TEZ-201: Update the maven artifact version strings to eep. |
c98eef1fd | 2021-08-17 | MAPR-TEZ-200: Change project version from 0.9.2-mapr-SNAPSHOT to 0.9.2.0-mapr-SNAPSHOT for development artifacts. |
c2264efc9 | 2021-08-09 | MAPR-TEZ-199: Update Hadoop version to 2.7.6.0-mapr-720-SNAPSHOT. |
93a750b7e | 2021-07-26 | MAPR-TEZ-172: Add Hbase jars to maprfs:/apps/tez/tez-0.9/hbase during Tez configuration via configure.sh. |
For details, refer to the commit log for this project in GitHub.
Known Issues and Limitations
NOTE
In the previous release note (Tez 0.9.2), MAPR-TEZ-172 was part of the known issues.
In this release, MAPR-TEZ-172 has been fixed, and the commit reference is
93a750b7e.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.