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

Align Oracle docker image with the one used in the official Hive repository #13

Open
zabetak opened this issue Aug 4, 2022 · 0 comments

Comments

@zabetak
Copy link
Collaborator

zabetak commented Aug 4, 2022

There is an option to initialize the metastore with different DBMS. When Oracle is used we are using the following image:
quay.io/maksymbilenko/oracle-12c

Oracle docker images are also used in the official Hive repo (for metastore and JDBC storage handler tests).

Those are using pvargacl/oracle-xe-18.4.0 image and soon (https://issues.apache.org/jira/browse/HIVE-26450) they are going to use gvenzl/oracle-xe:18.4.0-slim.

To avoid pulling images multiple times but also reproduce problems easier it would be nice to use the same Oracle docker image everywhere.

In addition using gvenzl/oracle-xe:18.4.0-slim might improve startup time since the image appears much smaller than the one currently in use (~3.7GB).

docker manifest inspect quay.io/maksymbilenko/oracle-12c |  jq '.layers[].size' | awk '{s+=$1} END {print s}'
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

No branches or pull requests

1 participant