This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
Releases: exasol/hadoop-etl-udfs
Releases · exasol/hadoop-etl-udfs
Updated Kerberos `auth_to_local` mechanism to use MIT
Summary
In this release, we have updated Kerberos auth_to_local
mechanism to use MIT configuration file. Additionally, we updated vulnerable dependencies and improved documentation.
Bug Fixes
- #73: Updated vulnerable Hadoop dependencies
Features
- #74: Updated Kerberos
auth_to_local
mechanism property to MIT
Documentation
- #60: Increased the file length in deployment script
- #69: Added documentation on building for Cloudera 6.x and above versions
Features
Dependency Updates
Compile Dependency Updates
- Updated
org.apache.hadoop:hadoop-annotations:2.8.5
to2.10.1
- Updated
org.apache.hadoop:hadoop-common:2.8.5
to2.10.1
- Updated
org.apache.hadoop:hadoop-hdfs:2.8.5
to2.10.1
- Updated
org.apache.hadoop:hadoop-mapreduce-client-core:2.8.5
to2.10.1
- Updated
org.apache.hadoop:hadoop-mapreduce-client-common:2.8.5
to2.10.1
Test Dependency Updates
Plugin Updates
Bug Fixes and Refactoring
Summary
This is the first release of the project. This release fixes bugs related to native library loading and Hive metastore address selection. We also refactored artifact builds and migrated to Github Actions from Travis CI.
Bug Fixes
- #56: Fixed Hive 3.0.0+ version Metastore URI selection issue (PR #57)
- #52: Fixed native library loading issue in 6.2.12+ and 7.0.0+ versions (PR #58)