abhagraw commented on code in PR #13374:
URL: https://github.com/apache/druid/pull/13374#discussion_r1026456680
##########
distribution/pom.xml:
##########
@@ -225,6 +225,8 @@
<argument>-c</argument>
<argument>org.apache.druid.extensions:druid-multi-stage-query</argument>
<argument>-c</argument>
+
<argument>org.apache.druid.extensions:druid-catalog</argument>
Review Comment:
The docker containers created for the test fail with the following error, if
this extension is not added -
```Listening for transport dt_socket at address: 8000
2022-11-15T06:35:58,107 INFO [main]
org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator
5.2.5.Final
Exception in thread "main" org.apache.druid.java.util.common.ISE: Extension
[/usr/local/apache-druid-2022.12.0-iap-SNAPSHOT/extensions/druid-catalog]
specified in "druid.extensions.loadList" didn't exist!?
at
org.apache.druid.guice.ExtensionsLoader.getExtensionFilesToLoad(ExtensionsLoader.java:183)
at
org.apache.druid.guice.ExtensionsLoader$ServiceLoadingFromExtensions.addAllFromFileSystem(ExtensionsLoader.java:292)
at
org.apache.druid.guice.ExtensionsLoader$ServiceLoadingFromExtensions.<init>(ExtensionsLoader.java:280)
at
org.apache.druid.guice.ExtensionsLoader$ServiceLoadingFromExtensions.<init>(ExtensionsLoader.java:268)
at
org.apache.druid.guice.ExtensionsLoader.lambda$getFromExtensions$0(ExtensionsLoader.java:139)
at
java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
at
org.apache.druid.guice.ExtensionsLoader.getFromExtensions(ExtensionsLoader.java:137)
at org.apache.druid.cli.Main.main(Main.java:98)```
--
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]