abhishekagarwal87 commented on code in PR #13795:
URL: https://github.com/apache/druid/pull/13795#discussion_r1120237117


##########
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:
    a list of colon-separated paths that will be added to the classpath of 
druid processes. These paths can include jars, additional configuration folders 
(such as HDFS config), etc. It is important to ensure that these paths must 
exist in the environment druid runs in if they are not part of the 
distribution. 



-- 
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]

Reply via email to