Skip to content

Commit

Permalink
Added EMR 5.3.61 repo for Hive 2.3.9 (was 2.3.7) upgrade (#130)
Browse files Browse the repository at this point in the history
* Added EMR 5.3.61 repo for Hive 2.3.9 (was 2.3.7)  upgrade
  • Loading branch information
patduin authored Aug 22, 2024
1 parent c4d35b4 commit b65bb3e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.1.0] - 2024-06-2x
## [5.2.0] - 2024-08-22
### Added
- Upgrade HMS to 2.3.9 (was 2.3.7)

## [5.1.0] - 2024-06-24
### Added
- Added `datanucleus.connectionPoolingType` to hive-site.xml, defaults: `BoneCP`
- Added `DATANUCLEUS_CONNECTION_POOLING_TYPE` to support changing the database connection pooling. Valid options are `BoneCP`, `DBCP`, `DBCP2`, `C3P0`, `HikariCP`.
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ ENV EXPORTER_VERSION 0.12.0
COPY files/RPM-GPG-KEY-emr /etc/pki/rpm-gpg/RPM-GPG-KEY-emr
COPY files/emr-apps.repo /etc/yum.repos.d/emr-apps.repo
COPY files/emr-platform.repo /etc/yum.repos.d/emr-platform.repo
COPY files/emr-puppet.repo /etc/yum.repos.d/emr-puppet.repo

RUN yum -y install shadow-utils && \
useradd -r hadoop
RUN yum -y install java-1.8.0-openjdk \
java-1.8.0-openjdk-devel.x86_64 \
hive-metastore \
Expand Down
2 changes: 1 addition & 1 deletion files/emr-apps.repo
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name = EMR Applications Repository
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-emr
enabled = 1
baseurl = https://s3.amazonaws.com/repo.us-east-1.emr.amazonaws.com/apps-repository/emr-5.31.0/a75d77c7-f528-4266-b091-275dae889395
baseurl = https://s3.amazonaws.com/repo.us-east-1.emr.amazonaws.com/apps-repository/emr-5.36.1/537bc564-6e04-4aae-b93e-5f9efb9d8879
priority = 5
gpgcheck = 1
2 changes: 1 addition & 1 deletion files/emr-platform.repo
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name = EMR Platform Repository
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-emr
enabled = 1
baseurl = https://s3.amazonaws.com/repo.us-east-1.emr.amazonaws.com/platform-repository/1.25.0/IC/62a67666-0178-4de0-ad0e-0ff1c00bfbfa
baseurl = https://s3.amazonaws.com/repo.us-east-1.emr.amazonaws.com/platform-repository/1.30.1/97926b1a-1e1b-4821-a019-71c03fc527ff
priority = 5
gpgcheck = 1
9 changes: 9 additions & 0 deletions files/emr-puppet.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[emr-puppet]
name = Amazon Extras repo for emr-puppet
report_instanceid = 1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-emr
enabled = 1
skip_if_unavailable = 1
priority = 10
mirrorlist = http://amazonlinux.$awsregion.$awsdomain/$releasever/extras/emr-puppet/latest/$basearch/mirror.list
gpgcheck = 1

0 comments on commit b65bb3e

Please sign in to comment.