odajun commented on issue #10859:
URL: https://github.com/apache/druid/issues/10859#issuecomment-775606817


   @abhishekagarwal87 Thanks for checking.
   
   > what value is the property druid.generic.useDefaultValueForNull set to?
   > are you setting this property via common.runtime.properties or via a 
system property?
   
   We don't set this property.
   
   > can you share settings in common.runtime.properties?
   
   ```
   druid.extensions.loadList=["druid-datasketches", 
"druid-lookups-cached-global", "mysql-metadata-storage", "druid-hdfs-storage", 
"druid-kafka-indexing-service"]
   druid.startup.logging.logProperties=true
   druid.zk.service.host=hostA,hostB,hostC,hostD,hostE
   druid.zk.paths.base=/druid
   
   druid.metadata.storage.type=mysql
   
druid.metadata.storage.connector.connectURI=jdbc:mysql:mysql_uri:port_num/druid
   druid.metadata.storage.connector.user=druid
   druid.metadata.storage.connector.password=pass
   
   druid.selectors.indexing.serviceName=druid/overlord
   druid.selectors.coordinator.serviceName=druid/coordinator
   
   druid.storage.type=hdfs
   druid.storage.storageDirectory=storage_hdfs_path
   
   druid.indexer.logs.type=hdfs
   druid.indexer.logs.directory=indexer_log_hdfs_path
   druid.indexer.logs.kill.enabled=true
   druid.indexer.logs.kill.durationToRetain=86400000
   druid.indexer.logs.kill.delay=3600000
   
   druid.hadoop.security.kerberos.principal=principal_name
   druid.hadoop.security.kerberos.keytab=keytab_file
   
   druid.indexing.doubleStorage=double
   druid.server.hiddenProperties=["druid.metadata.storage.connector.password"]
   druid.lookup.enableLookupSyncOnStartup=false
   ```
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to