You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/25 12:29:41 UTC

[GitHub] [arrow-ballista] nanicpc opened a new issue, #443: ballista scheduler is not taken line parameters into account

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] nanicpc commented on issue #443: ballista scheduler is not taken inline parameters into account

Posted by GitBox <gi...@apache.org>.
nanicpc commented on issue #443:
URL: https://github.com/apache/arrow-ballista/issues/443#issuecomment-1290481996

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


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] nanicpc closed issue #443: ballista scheduler is not taken inline parameters into account

Posted by GitBox <gi...@apache.org>.
nanicpc closed issue #443: ballista scheduler is not taken inline parameters into account
URL: https://github.com/apache/arrow-ballista/issues/443


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org