updated impala_list_databases.sh

pull/2/head
Hari Sekhon 5 years ago
parent bee3ebcc96
commit 01d90549fa

@ -19,6 +19,10 @@
#
# For more documentation see the comments at the top of impala_shell.sh
# For a better version written in Python see DevOps Python tools repo:
#
# https://github.com/harisekhon/devops-python-tools
set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(dirname "$0")"

Loading…
Cancel
Save