Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tpcds-build.sh 失败 #4

Open
dangshazi opened this issue Jan 19, 2022 · 1 comment
Open

tpcds-build.sh 失败 #4

dangshazi opened this issue Jan 19, 2022 · 1 comment

Comments

@dangshazi
Copy link

TPCDS_Tools.zip无法下载
具体链接:http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpcds/TPCDS_Tools.zip

image

@swuferhong
Copy link
Contributor

Hi, @dangshazi , @JingsongLi . I also find this problem 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

Also I recommend changing this to a more stable link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants