14d0be3b02
It's preferable to use direct links to HDP distribution in hdp local mirror element, because depending on version of distribution links can be totally different. Change-Id: I5f82bd83d3bd6de462dce2d15920589e7bb0f0c6
11 lines
151 B
Bash
Executable File
11 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ "${DIB_DEBUG_TRACE:-0}" -gt 0 ]; then
|
|
set -x
|
|
fi
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
[ -n "$DIB_HDP_STACK_URL" ]
|
|
[ -n "$DIB_HDP_UTILS_URL" ]
|