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-bulld.sh fails, access denied error #27

Open
akravchuk1 opened this issue Aug 25, 2020 · 2 comments
Open

./tpcds-bulld.sh fails, access denied error #27

akravchuk1 opened this issue Aug 25, 2020 · 2 comments

Comments

@akravchuk1
Copy link

Trying to build the tools, getting access denied. Tried from different clients, none seem to be working?

./tpcds-build.sh
Building TPC-DS Data Generator
curl http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpcds/README
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>A0EC229B461934D8</RequestId><HostId>4xhSEQCANRAYks4zmXeXETDA7OYzXppuB0+CyjWiblxcT9WKhXNNaQJctVxF8IGiQQg0itPjFo8=</HostId></Error>curl --output tpcds_kit.zip http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpcds/TPCDS_Tools.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   243    0   243    0     0    997      0 --:--:-- --:--:-- --:--:--  1000
mkdir -p target/
cp tpcds_kit.zip target/tpcds_kit.zip
test -d target/tools/ || (cd target; unzip tpcds_kit.zip)
Archive:  tpcds_kit.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of tpcds_kit.zip or
        tpcds_kit.zip.zip, and cannot find tpcds_kit.zip.ZIP, period.
make: *** [target/tools/dsdgen] Error 9
@ergouy
Copy link

ergouy commented Mar 22, 2021

Trying to build the tools, getting access denied. Tried from different clients, none seem to be working?

./tpcds-build.sh
Building TPC-DS Data Generator
curl http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpcds/README
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>A0EC229B461934D8</RequestId><HostId>4xhSEQCANRAYks4zmXeXETDA7OYzXppuB0+CyjWiblxcT9WKhXNNaQJctVxF8IGiQQg0itPjFo8=</HostId></Error>curl --output tpcds_kit.zip http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpcds/TPCDS_Tools.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   243    0   243    0     0    997      0 --:--:-- --:--:-- --:--:--  1000
mkdir -p target/
cp tpcds_kit.zip target/tpcds_kit.zip
test -d target/tools/ || (cd target; unzip tpcds_kit.zip)
Archive:  tpcds_kit.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of tpcds_kit.zip or
        tpcds_kit.zip.zip, and cannot find tpcds_kit.zip.ZIP, period.
make: *** [target/tools/dsdgen] Error 9

Have you solved this problem?

@handmail
Copy link

handmail commented Mar 7, 2022

cd hive-testbench-hive14/tpcds-gen
curl --output tpcds_kit.zip https://public-repo-1.hortonworks.com/hive-testbench/tpcds/TPCDS_Tools.zip
make

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

3 participants