This message was deleted.
# troubleshooting
s
This message was deleted.
1
s
Perhaps you have the loadList property specified in some other properties file? The service specific properties files override the properties specified in the common properties file.
p
since i use bin/start-single-server-medium script i have configured loadlist at "druid/apache-druid-25.0.0/conf/druid/single-server/medium/_common/common.runtime.properties" , don't know if this is true
s
just tested this with the nano config. I updated the
conf/druid/single-server/nano-quickstart/_common/common.runtime.properties
file with
Copy code
druid.extensions.loadList=["druid-hdfs-storage", "druid-kinesis-indexing-service", "druid-datasketches", "druid-multi-stage-query", "postgresql-metadata-storage"]
Here's what the streaming load screen looks like:
also tried with the
medium
deployment script with the same results.
p
i fixed, tks bro <3