-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-29346: Optimize the HMS Docker image and enable S3 support #6215
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
Conversation
| ); | ||
| // Use UTC date to ensure reader date is same on all timezones. | ||
| LocalDate expiredDate | ||
| = LocalDateTime.ofEpochSecond((clock.getTime() - ttl) / 1000, 0, ZoneOffset.UTC).toLocalDate(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removes YARN dependency in HMS
| RUN apt-get update && \ | ||
| apt-get install -y wget | ||
|
|
||
| RUN tar -xzv \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ayushtkn anything else we could cut?
du -h /opt/hadoop
481M
418M ./share/hadoop/common/lib
423M ./share/hadoop/common
standalone-metastore/packaging/src/docker/conf/metastore-site.xml
Outdated
Show resolved
Hide resolved
1036e2f to
0bdaf42
Compare
difin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
70e6500 to
1e8fa6e
Compare
1e8fa6e to
e7f20bf
Compare
ee72c4c to
77e2add
Compare
77e2add to
bd1e47a
Compare
c68cd2e to
88ede49
Compare
708f7e6 to
021da73
Compare
021da73 to
a8346f2
Compare
|




What changes were proposed in this pull request?
Why are the changes needed?
Create production ready docker image
Does this PR introduce any user-facing change?
No
How was this patch tested?
Locally