andygrove commented on code in PR #329:
URL: https://github.com/apache/arrow-ballista/pull/329#discussion_r996322123
##########
docker-compose.yml:
##########
@@ -54,8 +54,7 @@ services:
volumes:
- ./benchmarks/data:/data
depends_on:
- ballista-scheduler:
- condition: service_healthy
Review Comment:
I pushed a commit to add the new config. This fixes it for me.
```
ballista-executor_1 | 2022-10-15T15:44:09.490225Z WARN main ThreadId(01)
ballista_executor: Failed to connect to scheduler at
http://ballista-scheduler:50050 (Could not connect to scheduler); retrying ...
ballista-executor_1 | 2022-10-15T15:44:09.991817Z INFO main ThreadId(01)
ballista_executor: Connected to scheduler at http://ballista-scheduler:50050
```
--
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]