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

   **Describe the bug**
   ballista scheduler is omitting all line parameters. Tested on local and on 
dockerized environments
   
   **To Reproduce**
   ```
   $ cargo install --locked ballista-scheduler
   $ cargo install --locked ballista-executor
   $ RUST_LOG=debug ballista-scheduler --bind_host 0.0.0.0
   ```
   got this error
   `Error: An unknown argument '--bind_host' was specified.`
   
   Same behavior with:
   ```
   $ ballista-scheduler --log_dir "/tmp"
   Error: An unknown argument '--log_dir' was specified.
   $ RUST_LOG=debug ballista-scheduler --sled_dir "/tmp" 
   Error: An unknown argument '--sled_dir' was specified
   ```
   
   **Expected behavior**
   ballista scheduler takes line parameters into account for the configuration
   
   **Additional context**
   I also tested the executor, and there seems to be no problem over there
   tested on commits: 
   e42a6c9c
   eec5c18d
   


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