Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hive-tpcds-setup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target/tpcds_kit.zip: tpcds_kit.zip

tpcds_kit.zip:
curl http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpcds/README
[[ -e tpcds_kit.zip ]] || curl --output tpcds_kit.zip http://dev.hortonworks.com.s3.amazonaws.com/hive-testbench/tpcds/TPCDS_Tools.zip
[[ -e tpcds_kit.zip ]] || curl --output tpcds_kit.zip https://public-repo-1.hortonworks.com/hive-testbench/tpcds/TPCDS_Tools.zip

target/lib/dsdgen.jar: target/tools/dsdgen
cd target/; mkdir -p lib/; ( jar cvf lib/dsdgen.jar tools/ || gjar cvf lib/dsdgen.jar tools/ )
Expand Down