This message was deleted.
# general
s
This message was deleted.
👀 1
a
$HOME isn't going to resolve to an environment variable. Adding some logs if anything is showing up there would be helpful as well.
https://druid.apache.org/docs/latest/configuration/index.html#configuration-interpolation has information on the types of interpolation available. You might want
${env:HOME}
if the user running Druid has that file in its home directory.