You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to load extensions by placing their names in -Ddruid.extensions.loadList of [program:druid-coordinator] section in supervisord.conf. An excerpt from my supervisord.conf file is the following:
Unfortunately, i keep getting the following error in druid-coordinator-stdout---supervisor.log: Error: Could not find or load main class "druid-avro-extensions"
Folder druid-avro-extensions with .jars (f.eg. druid-avro-extensions-0.10.1.jar) exists in /usr/local/druid/extensions with druid:druid owner.
Unfortunately i can't load any other extension due to the similar error so i must be missing something.
The question is - how to successfully load an extension? Any advice highly appreciated.
DRUID_VERSION 0.10.1.
Regards,
Łukasz
The text was updated successfully, but these errors were encountered:
Hi,
i'm trying to load extensions by placing their names in
-Ddruid.extensions.loadList
of [program:druid-coordinator] section insupervisord.conf
. An excerpt from mysupervisord.conf
file is the following:Unfortunately, i keep getting the following error in
druid-coordinator-stdout---supervisor.log
:Error: Could not find or load main class "druid-avro-extensions"
Folder
druid-avro-extensions
with .jars (f.eg. druid-avro-extensions-0.10.1.jar) exists in/usr/local/druid/extensions
with druid:druid owner.Unfortunately i can't load any other extension due to the similar error so i must be missing something.
The question is - how to successfully load an extension? Any advice highly appreciated.
DRUID_VERSION 0.10.1.
Regards,
Łukasz
The text was updated successfully, but these errors were encountered: