paolorechia commented on issue #719:
URL: https://github.com/apache/arrow-ballista/issues/719#issuecomment-1483760411

   I seem to have found the proper cause of the error. In the file 
`ballista/scheduler/scheduler_config_spec.toml` I found this block:
   
   ```
   [[param]]
   abbr = "b"
   name = "cluster_backend"
   type = "ballista_scheduler::cluster::ClusterStorage"
   doc = "The configuration backend for the scheduler cluster state, possible 
values: etcd, memory, sled. Default: sled"
   default = "ballista_scheduler::cluster::ClusterStorage::Sled"
   ```
   
   Thus changing the config in docker-compose to:
   ```
       command: "--cluster-backend etcd --etcd-urls etcd:2379 --bind-host 
0.0.0.0"
   ```
   Seems to work. I might create a follow-up PR here.
   


-- 
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]

Reply via email to