andygrove commented on code in PR #2038:
URL:
https://github.com/apache/datafusion-ballista/pull/2038#discussion_r3587624639
##########
.github/workflows/tpch.yml:
##########
@@ -111,7 +111,7 @@ jobs:
--bind-port 50051 \
--scheduler-host 127.0.0.1 \
--scheduler-connect-timeout-seconds 10 \
- --concurrent-tasks 4 \
+ --vcores 4 \
Review Comment:
Spark has `spark.executor.cores` and `spark.task.cpus` (number of cores per
task, defaults to 1).
`vcores` seems consistent with that.
--
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]