Hive 3.1.3.400 - 2310 (EEP 9.2.0) Release Notes
Hive Version | 3.1.3.400 |
Release Date | October 2023 |
HPE Version Interoperability | See Hive and HCatalog Support Matrix and Ecosystem Support Matrix and EEP Components and OS Support. |
Source on GitHub | https://github.com/mapr/hive |
GitHub Release Tag | 3.1.3.400-eep-920 |
Maven Artifacts | https://repository.mapr.com/maven/ |
Package Names | Navigate to http://package.ezmeral.hpe.com/releases/MEP/, and select your EEP(MEP) and OS to view the list of package names. |
ODBC/JDBC Drivers |
Hive 3.1.3 works with the following HPE Hive drivers:
For additional driver information, see Connecting to HiveServer2. |
Feature support
The following list describes support of various components and functionality with Hive 3.1.3.300 - 2307:
-
Supports Hive-3.1.3 on Tez-0.10.2.
-
Does not support Hive on Spark. You cannot use Spark as a query engine for Hive. However, you can run Hive and Spark on the same cluster. You can also use Spark SQL and Drill to query Hive tables.
-
Does not support HDFS encryption in Hive tables.
-
Does not support LLAP with Hive-3.1.3 because Apache Slider is not an HPE supported ecosystem component.
-
Starting from Hive 2.1, Hive must run the
schematool
command as an initialization step. -
Starting from EEP 9.1.0, you can enable Hive to work with JDK 17. See Considerations for JDK 17.
-
Starting from EEP 9.0.0, Data Fabric supports Ranger, which can be integrated with HiveServer2. For more information, see Integrating HiveServer2 with Ranger.
New in This Release
- 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 |
a2b29b0b2f | 2023-10-04 | EEP-HIVE-1098: HS2 closing session error while closing a session org.bouncycastle.tls.TlsFatalAlert: handshake_failure(40) [FIPS enabled] |
e4e631b0de | 2023-10-03 | EEP-HIVE-1444: Hive CLI or beeline gives access error in MR mode |
e5afa85630 | 2023-09-25 | EEP-HIVE-1414: Add Hive automatic configuration for Java 17 |
c52e1df481 | 2023-09-06 | EEP-HIVE-1441: Backport HIVE-21296 into Hive-3.x |
fdcafecc6c | 2023-04-12 | EEP-HIVE-1442: [Hive-3] Failed to launch Hive WebHCat job. java.io.FileNotFoundException for zookeeper jar. |
5eb356aca4 | 2023-08-31 | EEP-HIVE-1439: create empty configuration file stub if doesn't exist |
fd032d69a4 | 2023-08-29 | EEP-HIVE-1373: Hive WebHCat started on HTTP for EEP-911 instead of HTTPS (as it was for 810) based on the SBD logic |
1437873e64 | 2023-08-07 | EEP-HIVE-1435: backport hive commits needed for RAN-279 |
Known Issues and Limitations
-
HIVE-1336: When using Hive configured with Java 17, sometimes Hive gives the following error:
Caused by: java.lang.reflect.InaccessibleObjectException: <detailed description>: module java.base does not "opens <module name>" to unnamed module
Error example:Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private final int java.time.LocalDate.year accessible: module java.base does not "opens java.time" to unnamed module
Workaround:
Add the--add-opens java.base/<module name>=ALL-UNNAMED
configuration option (for example,--add-opens java.base/java.time=ALL-UNNAMED
) to the following:HADOOP_OPTS
variable in thehive-env.sh
configuration file.mapreduce.map.java.opts
,mapreduce.reduce.java.opts
,yarn.app.mapreduce.am.command-opts
properties of thehive-site.xml
configuration file.