From f858fbaf20a1843aa909ae3cd0a1d4028d4e78f0 Mon Sep 17 00:00:00 2001 From: Zoltan Haindrich Date: Mon, 15 Jan 2024 15:12:35 +0100 Subject: [PATCH] Revert "CDPD-56283: install_toolbox to point to internal github" This reverts commit f63e1133339bbe5c972888557df5643b2da7bd0a. --- tools/install_toolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_toolbox b/tools/install_toolbox index b58137b..089170d 100755 --- a/tools/install_toolbox +++ b/tools/install_toolbox @@ -2,6 +2,6 @@ set -e V=0.3.8 -wget -nv -O toolbox.deb https://github.infra.cloudera.com/CDH/hive-toolbox/raw/master/releases/hive-toolbox_${V}_all.deb +wget -nv -O toolbox.deb https://github.com/kgyrtkirk/hive-toolbox/releases/download/${V}/hive-toolbox_${V}_all.deb dpkg -i toolbox.deb rm toolbox.deb