spark-tpc-ds-performance-test
spark-tpc-ds-performance-test copied to clipboard
Create spark tables not working
I am trying to create tables with 1GB pregenerated data from the repo.
TPC-DS On Spark Menu
SETUP (1) Create spark tables RUN (2) Run a subset of TPC-DS queries (3) Run All (99) TPC-DS Queries CLEANUP (4) Cleanup (Q) Quit
Please enter your choice followed by [ENTER]: 1
I am unable to create them. Progress bar is 3% and it never completes. I see only this one in hive folder call_center_text-PLACEHOLDER
I have only updated the following. $TPCDS_ROOT_DIR $SPARK_HOME
What might be the issue?