László Bodor created HIVE-29592:
-----------------------------------

             Summary: RDMBS docker images: contribute Dockerfile to hive repo 
-postgres-tpcds-metastore
                 Key: HIVE-29592
                 URL: https://issues.apache.org/jira/browse/HIVE-29592
             Project: Hive
          Issue Type: Sub-task
            Reporter: László Bodor


This is a technical debt to be solved, we use images like:
{code}
grep -iRH "getDockerImageName" -A 1


standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/PostgresTPCDS.java:
  public String getDockerImageName() {
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/PostgresTPCDS.java-
    return "zabetak/postgres-tpcds-metastore:1.3";
--
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Oracle.java:
  public String getDockerImageName() {
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Oracle.java-
    return "abstractdog/oracle-xe:18.4.0-slim";
{code}

oops, abstractdog is mine, anyway, so for instance, "-slim" image is used for a 
reason, and if there is no official slim image, it's fine to use this one but 
needs to be contributed to hive, like:
1. Dockerfile
2. build instructions
3. image to hive related docker registry




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to