Skip to content

Fix cannot download file error while downloading TPCDS_Tools.zip from…#7

Open
swuferhong wants to merge 1 commit intoververica:masterfrom
swuferhong:master
Open

Fix cannot download file error while downloading TPCDS_Tools.zip from…#7
swuferhong wants to merge 1 commit intoververica:masterfrom
swuferhong:master

Conversation

@swuferhong
Copy link
Contributor

… hortonworks

@swuferhong
Copy link
Contributor Author

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

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

Successfully merging this pull request may close these issues.

1 participant