paolorechia opened a new issue, #719:
URL: https://github.com/apache/arrow-ballista/issues/719

   **Describe the bug**
   Starting the deployment in the `main` branch with the docker-compose option 
ttriggers this error:
   
   ```
   arrow-ballista-ballista-scheduler-1  | Starting nginx to serve Ballista 
Scheduler web UI on port 80
   arrow-ballista-ballista-scheduler-1  | Error: An unknown argument 
'--config-backend' was specified.
   ```
   
   **To Reproduce**
   Execute `docker-compose up --build` from main branch.
   
   **Expected behavior**
   Expected services to execute successfully.
   
   **Additional context**
   When looking at the source code, specifically 
`ballista/scheduler/src/bin/main.rs` I could not find the relevant `etcd` 
options.
   
   Changing the `docker-compose.yml` line 29 from
   
   ```
       command: "--config-backend etcd --etcd-urls etcd:2379 --bind-host 
0.0.0.0"
   ```
   
   To
   ```
       command: " --bind-host 0.0.0.0"
   ```
   
   Fixes the error and deploys successfully the containers. It does not seem 
like a proper solution here, as we're not effectively using the `etcd` service. 
Is there an unfinished feature in `main` branch?


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