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

tpcds-build.sh fails due to change in data structure #16

Open
seanorama opened this issue Jan 1, 2015 · 0 comments · May be fixed by #17
Open

tpcds-build.sh fails due to change in data structure #16

seanorama opened this issue Jan 1, 2015 · 0 comments · May be fixed by #17

Comments

@seanorama
Copy link

The directory structure of the tpcds data has changed from DS Tools to TPC-DS v1.3.0.

I'll send a pull request once fixed.

hive-testbench]$ ./tpcds-build.sh
Maven not found, automatically installing it.
Building TPC-DS Data Generator
curl --output tpcds_kit.zip http://www.tpc.org/tpcds/dsgen/dsgen-download-files.asp?download_key=NaN
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1805k  100 1805k    0     0   664k      0  0:00:02  0:00:02 --:--:--  715k
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
   creating: TPC-DS v1.3.0/
[... snipped ...]
  inflating: TPC-DS v1.3.0/tools/y.tab.h
test -d target/tools/ || (cd target; mv "DS Tools/tools" tools)
mv: cannot stat `DS Tools/tools': No such file or directory
make: *** [target/tools/dsdgen] Error 1
TPC-DS Data Generator built, you can now use tpcds-setup.sh to generate data.
seanorama added a commit to seanorama/hive-testbench that referenced this issue Jan 1, 2015
- there is another pull request (pull#15) but I wrote the change to handle when tpcds changes versions
@seanorama seanorama linked a pull request Jan 1, 2015 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant