Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Releases: exasol/hadoop-etl-udfs

Updated Kerberos `auth_to_local` mechanism to use MIT

15 Feb 14:24
97455e6
Compare
Choose a tag to compare

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 to 2.10.1
  • Updated org.apache.hadoop:hadoop-common:2.8.5 to 2.10.1
  • Updated org.apache.hadoop:hadoop-hdfs:2.8.5 to 2.10.1
  • Updated org.apache.hadoop:hadoop-mapreduce-client-core:2.8.5 to 2.10.1
  • Updated org.apache.hadoop:hadoop-mapreduce-client-common:2.8.5 to 2.10.1

Test Dependency Updates

Plugin Updates

Bug Fixes and Refactoring

21 Oct 09:22
d279464
Compare
Choose a tag to compare

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)

Refactoring

  • #66: Migrated to Github Actions from Travis CI
  • #67: Refactored compilation and artifact building settings