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
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.
The text was updated successfully, but these errors were encountered:
When I run
./tpcds-build.sh
, it gave me an unzip error as below:Does this mean the zip file is corrupt? Can anyone help me here? Thanks in advance.
The text was updated successfully, but these errors were encountered: