Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added EMR 5.3.61 repo for Hive 2.3.9 (was 2.3.7) upgrade #130

Merged
merged 5 commits into from
Aug 22, 2024

Conversation

patduin
Copy link
Contributor

@patduin patduin commented Aug 22, 2024

📝 Description

🔗 Related Issues

@patduin patduin requested a review from a team as a code owner August 22, 2024 07:52

RUN yum -y install shadow-utils && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need shadow-utils, hadoop username and a new EMR repository?

Copy link
Contributor Author

@patduin patduin Aug 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EMR puppet because otherwise we get this error:

#7 10.80 Error: Package: bigtop-utils-1.2.0-1.amzn2.noarch (emr-applications)
#7 10.80            Requires: /opt/aws/puppet/bin/ruby
#7 10.80  You could try using --skip-broken to work around the problem
#7 10.82  You could try running: rpm -Va --nofiles --nodigest

shadowutils for useradd

useradd hadoop for this error:

#5 40.94 usermod: user 'hadoop' does not exist
#5 40.94 error: %pre(hadoop-2.10.1.amzn.4-1.amzn2.x86_64) scriptlet failed, exit status 6
#5 40.94 Error in PREIN scriptlet in rpm package hadoop-2.10.1.amzn.4-1.amzn2.x86_64
#5 40.98 error: hadoop-2.10.1.amzn.4-1.amzn2.x86_64: install failed

See the build actions: https://github.com/ExpediaGroup/apiary-metastore-docker/actions/workflows/main.yml

@patduin patduin merged commit b65bb3e into master Aug 22, 2024
1 check passed
@patduin patduin deleted the feature/upgrade_hms branch August 22, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants