These scripts are used to make tpc-ds test. follow the steps below:
./bin/build-tpcds-tools.sh
./bin/gen-tpcds-data.sh -s 1
./bin/gen-tpcds-queries.sh -s 1
4. create tpc-ds tables. modify conf/doris-cluster.conf
to specify doris info, then run script below.
./bin/create-tpcds-tables.sh
./bin/load-tpcds-data.sh
./bin/run-tpcds-queries.sh