This message was deleted.
# troubleshooting
s
This message was deleted.
a
do you mind sharing your
druid.extensions.loadList
This is likely due to the fact that you may not have "druid-azure-extensions" added to your extensions loadlist https://druid.apache.org/docs/latest/development/extensions-core/azure.html
t
Hello Arun, can you guide me where can i see this load list?
This is what I can see in the extension folder, and one folder for azure.
a
the extension load list should be in your common.runtime.properties under your /conf directory in your druid install path
having it in the extensions folder does not mean its loaded FYI, by default druid does not load all extensions in the extensions folder automatically. You must specify what extensions you want to load via the druid.extensions.loadList parameter
t
Now after loading the extension also, I am getting quite different error.
g
It looks like it's still not loaded on all processes; this time on the Coordinator. Try double checking that the processes are all using the same loadList setting and have all been restarted to apply it
t
I have addded extenstion in common runtime propertise file [which is located @ auto/__common/_], how can I check if same property file is being used.
a
you might have to restart those services
can you also share the command ur using for the startup
im assuming ur using the supervisor startup scripts
t
./bin/start-druid I am using this command to start druid service? Can we have a connect on call, That way I can better explain my issue and it will be easier to resolve to I guess
we have enabled druid as a service and use systemctl start druid command to start it.