From 54982e6b1acade1eaaacbb31bedbc1038472bc29 Mon Sep 17 00:00:00 2001 From: Mahmoud Ismail Date: Thu, 17 Oct 2024 10:50:20 +0200 Subject: [PATCH] Revert "HOPSFS-191 Bump Hops Hadoop Version to 3.2.0.15-SNAPSHOT (#4)" This reverts commit 61407c2916753afd44ea8900352936f81c916c9e. --- Jenkinsfile | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6407a7fe72..5775c95e54 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { ./build_distribution.sh --spark3-profile spark3 --hadoop-profile hadoop3.2 --without-dashboard cd deploy/kubernetes/docker || exit - ./build.sh --hadoop-version 3.2.0.15-EE-SNAPSHOT --registry docker.hops.works --nexus-user $NEXUS_CREDS_USR --nexus-password $NEXUS_CREDS_PSW + ./build.sh --hadoop-version 3.2.0.14-EE-RC0 --registry docker.hops.works --nexus-user $NEXUS_CREDS_USR --nexus-password $NEXUS_CREDS_PSW cd ../../.. mkdir -p /opt/repository/master/rss/${VERSION}/ diff --git a/version.txt b/version.txt index 15e36e6683..899f24fc75 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.9.0.1 +0.9.0 \ No newline at end of file