[ 
https://issues.apache.org/jira/browse/HIVE-27382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18080914#comment-18080914
 ] 

Stamatis Zampetakis commented on HIVE-27382:
--------------------------------------------

Apart from moving the Dockerfile to the Hive repo we also need to publish the 
image under the ASF Dockerhub namespace.  Otherwise we will always depend to 
some extend to external accounts (e.g., zabetak). I will raise an INFRA ticket 
requesting the creation of apache/hive-postgres-tpcds-metastore in Dockerhub.

> RDMBS docker images: contribute Dockerfile to hive repo - 
> postgres-tpcds-metastore
> ----------------------------------------------------------------------------------
>
>                 Key: HIVE-27382
>                 URL: https://issues.apache.org/jira/browse/HIVE-27382
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Testing Infrastructure
>            Reporter: László Bodor
>            Assignee: Stamatis Zampetakis
>            Priority: Major
>
> 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