EylonLevy commented on code in PR #13795:
URL: https://github.com/apache/druid/pull/13795#discussion_r1121268470
##########
distribution/docker/druid.sh:
##########
@@ -40,6 +40,10 @@
# - 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_CLASSPATH -- a list of paths of folders containing
additional configuration files.
+# It is important to ensure that the folders
in the mentioned paths exist within the container.
+# Useful for Kubernetes. Seperate folders with
a ':' character and end the variable with ':' as well
+
Review Comment:
yeah, that sounds better, I'll change that.
--
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]