Hi I am not able to build hive-testbench tpcds tests I have a HDP “HDP-2.2.4.2-2″ hadoop cluster with hive version “0.14.0.2.2” on it. I cloned the code from “git clone https://github.com/hortonworks/hive-testbench.git” when i try to build tpcds tests it trows error
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
I am able to build tpch tests anyone who has successfully build DS tests recently. Thanks!