Open randerzander opened 3 years ago
For future reference, if running on nodes w/ a local only filesystem, you'll need to make q10-q30 results directory available at output_dir
on all nodes:
END=30
for i in $(seq 10 $END); do mkdir -p /data/gpu-bdb/results/q$i-results.parquet; done
Periodically we need to run GPU-BDB on a new system with local only storage.
It sometimes proves difficult getting the result directories setup correctly. For instance, w/ a config having the value:
output_dir: /data/gpu-bdb/results/
, and all worker nodes having that directory, q10 gives a failure: