From 510ef1a2cfe8714057b82fa457e0c3ba1e2918cd Mon Sep 17 00:00:00 2001 From: Binayak Date: Fri, 3 May 2024 23:59:29 +0800 Subject: [PATCH] setup github actions --- metastore/image/Dockerfile | 2 +- metastore/image/build.sh | 3 --- metastore/image/push.sh | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100755 metastore/image/build.sh delete mode 100755 metastore/image/push.sh diff --git a/metastore/image/Dockerfile b/metastore/image/Dockerfile index 022771a..bf94844 100644 --- a/metastore/image/Dockerfile +++ b/metastore/image/Dockerfile @@ -37,7 +37,7 @@ RUN curl https://dlcdn.apache.org/hadoop/common/hadoop-$HADOOP_VERSION/hadoop-$H && rm -r ${HADOOP_HOME}/share/doc # Download the standalone hive metastore -RUN curl https://repo1.maven.org/maven2/org/apache/hive/hive-standalone-metastore-server/${METASTORE_VERSION}/hive-standalone-metastore-server-${HSM_VERSION}-bin.tar.gz \ +RUN curl https://repo1.maven.org/maven2/org/apache/hive/hive-standalone-metastore-server/${METASTORE_VERSION}/hive-standalone-metastore-server-${METASTORE_VERSION}-bin.tar.gz \ | tar xz -C /opt/ \ && ln -s /opt/apache-hive-metastore-${METASTORE_VERSION}-bin ${METASTORE_HOME} \ # fix for schemaTool script diff --git a/metastore/image/build.sh b/metastore/image/build.sh deleted file mode 100755 index 62e591e..0000000 --- a/metastore/image/build.sh +++ /dev/null @@ -1,3 +0,0 @@ -#/bin/bash - -podman build -t ghcr.io/binayakd/hive-standalone-metastore:4.0.0-hadoop-3.4.0 . \ No newline at end of file diff --git a/metastore/image/push.sh b/metastore/image/push.sh deleted file mode 100755 index 9741b13..0000000 --- a/metastore/image/push.sh +++ /dev/null @@ -1 +0,0 @@ -podman push ghcr.io/binayakd/hive-standalone-metastore:4.0.0-hadoop-3.4.0 \ No newline at end of file