1ms19mca28 opened a new issue, #13171:
URL: https://github.com/apache/druid/issues/13171

   ### Description
   
   
   As of now if we want Druid to pick up the krb5.conf file from the required 
path we have to mention the path in the middleManager/jvm.config 
**-Djava.security.krb5.conf=/{PATH}/krb5.conf** so we can connect to the 
kerberized HDFS .
   And for middleManager process to tell the child process that is peoon 
process we need to pass the krb5.conf file location in the 
   **druid.indexer.runner.javaOpts=-Djava.security.krb5.conf=/{PATH}/krb5.conf**
   
   ### Motivation
   
   If you guys can make Druid to pick the krb5.conf path location which is set 
in /.bashrc file of the system or the other way is to make a common file for 
Druid the pick the location of krb5.conf file that would help a lot in terms of 
 not repeating the operation for the servers/node we deploy we can just set in 
maybe common.runtime.properties and middlemanager and peon processes can pick 
the path of the krb5.conf from there itself.
   
   


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

Reply via email to