You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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 usegvenzl/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).The text was updated successfully, but these errors were encountered: