spark-tpc-ds-performance-test
spark-tpc-ds-performance-test copied to clipboard
There is no create_tables_temp.sql file anywhere
Hi there!
I was trying to run tpcds test, but end up with the error: ./tpcdsspark.sh: line 315: /home/opc/spark-tpc-ds-performance-test/src/data/work/create_tables_temp.sql: No such file or directory ls: cannot access /home/opc/spark-tpc-ds-performance-test/src/data/src/ddl/individual/.sql: No such file or directory ./tpcdsspark.sh: line 321: /home/opc/spark-tpc-ds-performance-test/src/data/work/create_tables_work.sql: No such file or directory ls: cannot access /home/opc/spark-tpc-ds-performance-test/src/data/src/ddl/.sql: No such file or directory ls: cannot access /home/opc/spark-tpc-ds-performance-test/src/data/src/properties/*: No such file or directory INFO: Creating tables. Will take a few minutes ... INFO: Progress : [----------------------------------------] 1%./tpcdsspark.sh: line 341: /home/opc/spark-tpc-ds-performance-test/src/data/work/create_database.out: No such file or directory ./tpcdsspark.sh: line 343: /home/opc/spark-tpc-ds-performance-test/src/data/work/create_tables.out: No such file or directory cat: /home/opc/spark-tpc-ds-performance-test/src/data/work/create_tables.out: No such file or directory INFO: Progress : [----------------------------------------] 1%ERROR: Failed to create spark tables. Please review the following logs ERROR: /home/opc/spark-tpc-ds-performance-test/src/data/work/create_tables.out ERROR: /home/opc/spark-tpc-ds-performance-test/src/data/work/temp/create_database.out ERROR: /home/opc/spark-tpc-ds-performance-test/log/spark-tpcds-log
there is no create_tables_temp.sql file anywhere. Does someone know where I could find this file and which module does it belong? thank you!