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

Unzip doesn't Work #34

Open
aimenglin opened this issue Jun 14, 2021 · 1 comment
Open

Unzip doesn't Work #34

aimenglin opened this issue Jun 14, 2021 · 1 comment

Comments

@aimenglin
Copy link

When I run ./tpcds-build.sh, it gave me an unzip error as below:

Building TPC-DS Data Generator
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: *** [Makefile:19: target/tools/dsdgen] Error 9
TPC-DS Data Generator built, you can now use tpcds-setup.sh to generate data.

Does this mean the zip file is corrupt? Can anyone help me here? Thanks in advance.

@lzk416
Copy link

lzk416 commented Jun 16, 2021

Hello, I have the same problem as you in branch hdp26。you can modify build file by 1. cd tpcds-gen 2.vim Makefile

Mofidy:
curl http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpch/README
curl --output tpch_kit.zip http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpch/tpch_kit.zip

TO:
curl http://public-repo-1.hortonworks.com/hive-testbench/tpcds/README
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

No branches or pull requests

2 participants