You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "EylonLevy (via GitHub)" <gi...@apache.org> on 2023/03/01 07:29:58 UTC

[GitHub] [druid] EylonLevy commented on a diff in pull request #13795: Add ability to add config files when using druid on Kubernetes

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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org