-
Notifications
You must be signed in to change notification settings - Fork 283
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
hive-testbench doesn't generate database #31
Comments
Most likely beeline command needs to be modified in line no 73 of tpcds-setup.sh as per your setup. Add DEBUG_SCRIPT=ON to get verbose logging, that should help you to resolve your issue. |
Thanks for the advice. No implicit rule found for |
Finally I got all commands run successfully manually. Thanks. |
Hi @vivian5-git - how did you resolve the issue? I am facing similar issue. |
Where did you modify it |
how did you resolve the issue? I am facing similar issue. |
About this issue, I think you can refer to: https://community.cloudera.com/t5/Support-Questions/Not-able-to-run-hive-benchmark-test/m-p/137781 |
The process of loading is text file table->orc table. The default table type (hive.default.fileformat) of my hive environment is orc, then the text file table ddl may become orc type by mistake, and then the same error will occur. This problem can be solved by changing the default type setting in /settings/load-flat.sql: |
you can find the error message in hive server2 log. |
Hello,
I'm using hive-testbench-hdp3 on HDP3.1.4. A bunch of files were generated in target HDFS directory after running tpcds-setup.sh. However no database was generated. Any advice to address the issue?
My steps are like:
run tpcds-build.sh
run 'FORMAT=parquet ./tpcds-setup.sh 10 /benchmarks/tpcds'. Note it reported an error as below
TPC-DS text data generation complete.
Loading text data into external tables.
make: *** [date_dim] Error 1
Loading constraints
Data loaded into database tpcds_bin_partitioned_parquet_10.
The text was updated successfully, but these errors were encountered: