From e69c8a310ef229788a0f67513b5f836d9be5fd7f Mon Sep 17 00:00:00 2001 From: Enrico Deusebio Date: Wed, 4 Dec 2024 08:37:19 +0100 Subject: [PATCH 1/2] [MISC] Update Kyuubi patched version --- images/charmed-spark-kyuubi/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/charmed-spark-kyuubi/Dockerfile b/images/charmed-spark-kyuubi/Dockerfile index e3a13e89..91522432 100644 --- a/images/charmed-spark-kyuubi/Dockerfile +++ b/images/charmed-spark-kyuubi/Dockerfile @@ -9,8 +9,8 @@ # cloud native technologies. # --------------------------------------------------------------------------- - ARG KYUUBI_ARTIFACT="https://dlcdn.apache.org/kyuubi/kyuubi-1.9.0/apache-kyuubi-1.9.0-bin.tgz" - ARG CHECKSUM="54721812f35743aec60104466c3527e6d68f2a75afb3bdbd68d06c9bd7e09a5f35f71d9edb9f24cc2189d403ef5aa65ee54fe594ca1c78e9ab621177bab32054" + ARG KYUUBI_ARTIFACT="https://dlcdn.apache.org/kyuubi/kyuubi-1.9.3/apache-kyuubi-1.9.3-bin.tgz" + ARG CHECKSUM="4799abe24dbf624d8c6bbf84602e4c9d45ec5b8544f1d02b05b25489d2b57955b2759041bd88d7cce2697403fc4b2fbb5e27912811c0c3c5559bb0860f18e96e" ARG TARFILE="kyuubi.tar.tz" ARG BASE_IMAGE From 22f6becd87753045f6bea302ef39c4c85db48f25 Mon Sep 17 00:00:00 2001 From: Enrico Deusebio Date: Wed, 4 Dec 2024 08:40:51 +0100 Subject: [PATCH 2/2] fix metadata --- images/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/metadata.yaml b/images/metadata.yaml index 9884f167..fe674a0c 100644 --- a/images/metadata.yaml +++ b/images/metadata.yaml @@ -8,7 +8,7 @@ flavours: monitor SparkJob running on K8s cluster. It is an open source, end-to-end, production ready data platform on top of cloud native technologies. kyuubi: - version: 1.9.0 + version: 1.9.3 image_description: | This is an OCI image that contains Kyuubi, fully integrated with Charmed Spark ecosystem and utilities. \ No newline at end of file