Environment setup scripts

bin/bootstrap_system.sh

bin/impala-config.sh

Build scripts

buildall.sh

Cluster management scripts

testdata/bin/run-all.sh, testdata/bin/kill-all.sh

testdata/bin/run-mini-dfs.sh testdata/bin/kill-mini-dfs.sh

testdata/bin/run-hbase.sh testdata/bin/kill-hbase.sh

testdata/bin/run-hive-server.sh  testdata/bin/kill-hive-server.sh

testdata/bin/run-ranger-server.sh testdata/bin/kill-ranger-server.sh

bin/start-impala-cluster.py

Useful One-Liners

# Launch services that only needed in simple e2e tests, e.g. HDFS, HMS, Impala
testdata/bin/run-mini-dfs.sh && testdata/bin/run-hive-server.sh -only_metastore && bin/start-impala-cluster.py


Test scripts

bin/impala-py.test

Util scripts

bin/impala-shell.sh

bin/load-data.py

testdata/bin/compute-table-stats.sh