flink-sql-benchmark
flink-sql-benchmark copied to clipboard
Fix cannot download file error while downloading TPCDS_Tools.zip from…
… hortonworks
Hi, @dangshazi , @JingsongLi . I also find cannot download file error while running./tpcds-build.sh. I try to modify hive-tpcds-setup/Makefile:
Mofidy: curl http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpcds/README [[ -e tpcds_kit.zip ]] || curl --output tpcds_kit.zip http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpcds/TPCDS_Tools.zip
TO: curl http://public-repo-1.hortonworks.com/hive-testbench/tpcds/README [[ -e tpcds_kit.zip ]] || curl --output tpcds_kit.zip https://public-repo-1.hortonworks.com/hive-testbench/tpcds/TPCDS_Tools.zip