Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Hive benchmarking error tpcds_kit.zip issue

avatar
New Member

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 11744 100 11744 0 0 213k 0 --:--:-- --:--:-- --:--:-- 216k 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 TPC-DS Data Generator built, you can now use tpcds-setup.sh to generate data.

1 ACCEPTED SOLUTION

avatar
Super Collaborator

try once more, the archive you dowloaded is corrupt

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5585k  100 5585k    0     0   242k      0  0:00:23  0:00:23 --:--:--  800k

View solution in original post

4 REPLIES 4

avatar
Super Collaborator

try once more, the archive you dowloaded is corrupt

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5585k  100 5585k    0     0   242k      0  0:00:23  0:00:23 --:--:--  800k

avatar
New Member

@pankaj singh

Yes , I have tried couples of times, but still the same issue.Any fixes to this?

avatar
Super Collaborator

It worked for me so its not a issue on url side. May be you can try with -v option to find out what is the exact issue. You can use wget with verbose mode to see if it works correctly

avatar
New Member

@pankaj singh

WARNING] [WARNING] Some problems were encountered while building the effective model for org.notmysock.tpcds:tpcds-gen:jar:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 47, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 54, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building tpcds-gen 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.apache.maven.plugins:maven-resources-plugin:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.276s [INFO] Finished at: Wed Oct 26 21:19:06 UTC 2016 [INFO] Final Memory: 6M/120M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to parse plugin descriptor for org.apache.maven.plugins:maven-resources-plugin:2.5 (/root/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.jar): error in opening zip file -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginDescriptorParsingException make: *** [target/tpcds-gen-1.0-SNAPSHOT.jar] Error 1