Skip to content

Commit

Permalink
Add tpcds-100 downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
resetius committed Jun 1, 2024
1 parent 1709b73 commit 66dcbd9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ydb/library/benchmarks/runner/download_files_ds_100.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 66dcbd9

Please sign in to comment.