spark-sql-perf icon indicating copy to clipboard operation
spark-sql-perf copied to clipboard

Fix output from dbgen

Open lvaz opened this issue 4 years ago • 0 comments

TPC-H related data could not be generated because dbgen writes to a file and not to stdout, as opposed to dsdgen. This patch dumps each table content and removes the generated file. Removing generated files is necessary, otherwise data generation hangs if the table already exists.

lvaz avatar Mar 17 '21 23:03 lvaz