hbase-setup: Remove -x from flags
This commit is contained in:
parent
3793cb0afb
commit
150b6875db
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -xueo pipefail
|
||||
set -ueo pipefail
|
||||
|
||||
HBASE_VERSION="2.4.1"
|
||||
HBASE_FILE="hbase-${HBASE_VERSION}-bin.tar.gz"
|
||||
|
|
Loading…
Reference in New Issue