This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new f60ec8e7ca Enable msq for docker by default (#13069)
f60ec8e7ca is described below
commit f60ec8e7ca4a7d5a5c32a8926b3547e95783106f
Author: Frank Chen <[email protected]>
AuthorDate: Sun Sep 11 23:30:32 2022 +0800
Enable msq for docker by default (#13069)
---
distribution/docker/environment | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/docker/environment b/distribution/docker/environment
index 99f54a33f2..216c80b95c 100644
--- a/distribution/docker/environment
+++ b/distribution/docker/environment
@@ -27,7 +27,7 @@ DRUID_SINGLE_NODE_CONF=micro-quickstart
druid_emitter_logging_logLevel=debug
-druid_extensions_loadList=["druid-histogram", "druid-datasketches",
"druid-lookups-cached-global", "postgresql-metadata-storage"]
+druid_extensions_loadList=["druid-histogram", "druid-datasketches",
"druid-lookups-cached-global", "postgresql-metadata-storage",
"druid-multi-stage-query"]
druid_zk_service_host=zookeeper
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]