From 2e3b202ca0b811e34ed315f77c0deccef475efdf Mon Sep 17 00:00:00 2001 From: Prince Datta Date: Mon, 10 Mar 2025 22:15:07 +0530 Subject: [PATCH 1/2] Adding support for 2.3 --- bigtable/bigtable.sh | 2 +- oozie/oozie.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bigtable/bigtable.sh b/bigtable/bigtable.sh index a35c9256f..8d07f89df 100755 --- a/bigtable/bigtable.sh +++ b/bigtable/bigtable.sh @@ -230,7 +230,7 @@ function install_hbase() { fi ;; - "2.0" | "2.1" | "2.2" ) + "2.0" | "2.1" | "2.2" | "2.3" ) # get hbase tar from official site # Variants: diff --git a/oozie/oozie.sh b/oozie/oozie.sh index fc1340340..94399e0d2 100755 --- a/oozie/oozie.sh +++ b/oozie/oozie.sh @@ -80,7 +80,7 @@ case "${DATAPROC_IMAGE_VERSION}" in curator_version="2.13.0" curator_src="/usr/lib/hadoop/lib" ;; - "2.1" | "2.2") + "2.1" | "2.2" | "2.3" ) curator_version="2.13.0" curator_src="/usr/lib/spark/jars" ;; From 764614513b58344847f9a94ec58dba0de0c30339 Mon Sep 17 00:00:00 2001 From: Prince Datta Date: Thu, 27 Mar 2025 11:37:35 +0530 Subject: [PATCH 2/2] Adding support for 3.0 and 99.0 images --- bigtable/bigtable.sh | 2 +- oozie/oozie.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bigtable/bigtable.sh b/bigtable/bigtable.sh index 8d07f89df..5608e2340 100755 --- a/bigtable/bigtable.sh +++ b/bigtable/bigtable.sh @@ -230,7 +230,7 @@ function install_hbase() { fi ;; - "2.0" | "2.1" | "2.2" | "2.3" ) + "2.0" | "2.1" | "2.2" | "2.3" | "3.0" | "99.0" ) # get hbase tar from official site # Variants: diff --git a/oozie/oozie.sh b/oozie/oozie.sh index 94399e0d2..0912419e3 100755 --- a/oozie/oozie.sh +++ b/oozie/oozie.sh @@ -80,7 +80,7 @@ case "${DATAPROC_IMAGE_VERSION}" in curator_version="2.13.0" curator_src="/usr/lib/hadoop/lib" ;; - "2.1" | "2.2" | "2.3" ) + "2.1" | "2.2" | "2.3" | "3.0" | "99.0" ) curator_version="2.13.0" curator_src="/usr/lib/spark/jars" ;;