You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2022/09/11 15:30:43 UTC

[druid] branch master updated: Enable msq for docker by default (#13069)

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 <fr...@outlook.com>
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org