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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: