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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user