andygrove opened a new issue, #1632: URL: https://github.com/apache/datafusion-ballista/issues/1632
I'm running TPC-H benchmarks and wanted somewhere to keep track of the the results. No action is needed for this issue. Setup: ```shell RUST_LOG=info ./target/release/ballista-scheduler RUST_LOG=info ./target/release/ballista-executor -c 16 ``` Benchmark command: ```shell ./target/release/tpch benchmark ballista --host localhost --port 50050 --path /mnt/bigdata/tpch/sf100 --format parquet --iterations 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
