abhishekagarwal87 commented on code in PR #13795:
URL: https://github.com/apache/druid/pull/13795#discussion_r1119906458
##########
distribution/docker/druid.sh:
##########
@@ -40,6 +40,9 @@
# - DRUID_CONFIG_COMMON -- full path to a file for druid 'common' properties
# - DRUID_CONFIG_${service} -- full path to a file for druid 'service'
properties
# - DRUID_SINGLE_NODE_CONF -- config to use at runtime. Choose from: {large,
medium, micro-quickstart, nano-quickstart, small, xlarge}
+# - DRUID_ADDITIONAL_CONF_DIRS -- full path to a directory containing
configuration files needed for extentions and will be copied to the common
directory.
Review Comment:
let's just rename this to DRUID_ADDITIONAL_CLASSPATH. Also, we are not
really copying anything. Please add a note that users should ensure that the
paths references in `DRUID_ADDITIONAL_CLASSPATH` get mounted on containers.
--
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]