hive-testbench icon indicating copy to clipboard operation
hive-testbench copied to clipboard

Testbench for experimenting with Apache Hive at any data scale.

Results 15 hive-testbench issues
Sort by recently updated
recently updated
newest added

Hello! Please help me to run the hive-testbench. We have a yarn-scheduler config which split the queue into 2 (dev1 70% and dev2 30%). Once i tried to run $...

Hi,Please help me : run hive query24.sql error info: FAILED: ParseException line 46:23 cannot recognize input near 'select' '0.05' '*' in expression specification ``` ```

hive-testbench pull request for testing

Trying to build on Mac OSX and got the error below: Some googling showed that values.h is deprecated in ANSI C and should be limits.h instead. If it is changed...

Error: java.lang.InterruptedException: Process failed with status code 1 ./dsdgen: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./dsdgen) at org.notmysock.tpcds.GenTable$DSDGen.map(GenTable.java:194)

Error: java.lang.InterruptedException: Process failed with status code 1 ./dsdgen: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./dsdgen) at org.notmysock.tpcds.GenTable$DSDGen.map(GenTable.java:194)

Fixes #16 - there is another pull request (pull number #15 ) but I wrote the change to handle when tpcds changes versions

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...

When I was porting your alltables.sql to my spark-sql testbench, these tabs made some mistakes.

Hi Carter, Four TPC-H queries did not compile due to some minor typos. I have fixed and tested them with Hive over Tez. I can also confirm that the remaining...