You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Trying to build the tools, getting access denied. Tried from different clients, none seem to be working?
The text was updated successfully, but these errors were encountered: