Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ballista scheduler is not taken inline parameters into account #443

Closed
nanicpc opened this issue Oct 25, 2022 · 1 comment
Closed

ballista scheduler is not taken inline parameters into account #443

nanicpc opened this issue Oct 25, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@nanicpc
Copy link

nanicpc commented Oct 25, 2022

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:
e42a6c9
eec5c18

@nanicpc nanicpc added the bug Something isn't working label Oct 25, 2022
@nanicpc nanicpc changed the title ballista scheduler is not taken line parameters into account ballista scheduler is not taken inline parameters into account Oct 25, 2022
@nanicpc
Copy link
Author

nanicpc commented Oct 25, 2022

my bad forgot to change underscore to middle score for inline parameters sorry

@nanicpc nanicpc closed this as completed Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant