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
I get an error when I run “./tpcds-build.sh” on the command line. Can you help me see how to avoid this error?
The details output in terminal is as follows.
zeng@slave5:$ cd hive-benchmark/
zeng@slave5:/hive-benchmark$ ./tpcds-build.sh
Building TPC-DS Data Generator
test -d target/tools/ || (cd target; unzip tpcds_kit.zip)
test -d target/tools/ || (cd target; mv /tools tools)
cd target/tools; cat ../../patches/all/.patch | patch -p0
patching file print.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file print.c.rej
patching file r_params.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file r_params.c.rej
patching file w_store_sales.h
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file w_store_sales.h.rej
Makefile:19: recipe for target 'target/tools/dsdgen' failed
make: *** [target/tools/dsdgen] Error 1
TPC-DS Data Generator built, you can now use tpcds-setup.sh to generate data.
The text was updated successfully, but these errors were encountered:
I get an error when I run “./tpcds-build.sh” on the command line. Can you help me see how to avoid this error?
The details output in terminal is as follows.
zeng@slave5:
$ cd hive-benchmark//hive-benchmark$ ./tpcds-build.shzeng@slave5:
Building TPC-DS Data Generator
test -d target/tools/ || (cd target; unzip tpcds_kit.zip)
test -d target/tools/ || (cd target; mv /tools tools)
cd target/tools; cat ../../patches/all/.patch | patch -p0
patching file print.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file print.c.rej
patching file r_params.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file r_params.c.rej
patching file w_store_sales.h
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file w_store_sales.h.rej
Makefile:19: recipe for target 'target/tools/dsdgen' failed
make: *** [target/tools/dsdgen] Error 1
TPC-DS Data Generator built, you can now use tpcds-setup.sh to generate data.
The text was updated successfully, but these errors were encountered: