From 66dcbd9a5827be58d6934b225a6b8d988163027c Mon Sep 17 00:00:00 2001 From: Alexey Ozeritskiy Date: Sat, 1 Jun 2024 09:53:33 +0100 Subject: [PATCH] Add tpcds-100 downloader --- .../benchmarks/runner/download_files_ds_100.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 ydb/library/benchmarks/runner/download_files_ds_100.sh diff --git a/ydb/library/benchmarks/runner/download_files_ds_100.sh b/ydb/library/benchmarks/runner/download_files_ds_100.sh new file mode 100755 index 000000000000..0fd06aef7549 --- /dev/null +++ b/ydb/library/benchmarks/runner/download_files_ds_100.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash +set -eux +if [ ! -d tpc/ds/100 ]; then +mkdir -p tpc/ds/100 +fi + +b=`pwd` +cd tpc/ds/100 + +base=https://storage.yandexcloud.net/tpc/ds/s100/parquet + +source $b/download_lib.sh +source $b/download_tpcds_tables.sh +