From 052c141efe6305e1ef7ff86af72065aa34db5ef1 Mon Sep 17 00:00:00 2001 From: Mikhail Ivanov Date: Thu, 7 May 2015 16:34:32 +0300 Subject: [PATCH] Adapt hadoop-hdp element to dib-lint checks - Remove tez package from this script, because it not exist in Hortonworks repository - Add -e flag, and now it not trigger any dib-lint error Closes-Bug: #1450509 Partial-Bug: #1435306 Change-Id: I1a09a727549416bd93f1463ad744b8bd03aa4452 --- elements/hadoop-hdp/install.d/40-install-hdp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/elements/hadoop-hdp/install.d/40-install-hdp b/elements/hadoop-hdp/install.d/40-install-hdp index 28a0d10d..2feb5992 100755 --- a/elements/hadoop-hdp/install.d/40-install-hdp +++ b/elements/hadoop-hdp/install.d/40-install-hdp @@ -27,7 +27,7 @@ if [ "${DIB_DEBUG_TRACE:-0}" -gt 0 ]; then set -x fi -set -u +set -ue set -o pipefail function install_ganglia { @@ -130,9 +130,6 @@ function installHDP_2_0 { # Install sqoop install-packages sqoop - # Install tez - install-packages tez - # Install openssl install-packages openssl