gianm commented on PR #12839: URL: https://github.com/apache/druid/pull/12839#issuecomment-1200471647
In CI, I ran into a problem where `pull-deps` was run without the necessary exports and opens. So in the latest commit I added a `run-java` command that sets this stuff up, and am using it in three places: 1. At build time when `pull-deps` is run 2. At run time for `run-druid` and `run-zk` 3. In the default server configs, for `druid.indexer.runner.javaCommand`, so it gets used for tasks too. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
