GitHub user l1t1 closed a discussion: how to run tpch benchmark datafusion
I build it from source. when run
` /par/datafusion-main/target/release/tpch benchmark datafusion --path
/par/tpch/sf4-parquet --format parquet`
I got following error message
```bash
Running benchmarks with the following options: RunOpt { query: None, common:
CommonOpt { iterations: 3, partitions: None, batch_size: None, mem_pool_type:
"fair", memory_limit: None, sort_spill_reservation_bytes: None, debug: false },
path: "/par/tpch/sf4-parquet", file_format: "parquet", mem_table: false,
output_path: None, disable_statistics: false, prefer_hash_join: true, sorted:
false }
Error: ObjectStore(NotFound { path: "/par/tpch/sf4-parquet/part", source: Os {
code: 2, kind: NotFound, message: "No such file or directory" } })
```
the data files are as following
```bash
ls -l /par/tpch/sf4-parquet
total 1456872
-rw-r--r-- 1 root root 53985688 Jun 27 05:54 customer.parquet
-rw-r--r-- 1 root root 975758540 Jun 27 05:54 lineitem.parquet
-rw-r--r-- 1 root root 2966 Jun 27 05:54 nation.parquet
-rw-r--r-- 1 root root 262169281 Jun 27 05:54 orders.parquet
-rw-r--r-- 1 root root 27412078 Jun 27 05:54 part.parquet
-rw-r--r-- 1 root root 168886901 Jun 27 05:54 partsupp.parquet
-rw-r--r-- 1 root root 1474 Jun 27 05:54 region.parquet
-rw-r--r-- 1 root root 3581714 Jun 27 05:54 supplier.parquet
```
GitHub link: https://github.com/apache/datafusion/discussions/16598
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]