pjain1 commented on PR #13023: URL: https://github.com/apache/druid/pull/13023#issuecomment-1273638902
@dampcake thanks for the response but I think both options will not work - 1. Escaping with `$` will prevent the error but in the peon java cmd there will two `$` like `$${HOSTNAME}.hprof` and thus will not be translated to actual value. 2. Prefixing with `env:` will cause it to be interpreted during MM runtime and not peon runtime, certain values can change in peon case, even hostname can be different depending on task runner. -- 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: commits-unsubscr...@druid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org