brucemen711 edited a comment on issue #4450:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/4450#issuecomment-768916988


   For what i know, every sqltask will execute this function ( create 
connection from keytab not from cache ) , so only make sure sqltask not run too 
long ( over 1 day ) and i see this is possible.
   `
   // if upload resource is HDFS and kerberos startup
               CommonUtils.loadKerberosConf();
    // create connection
               connection = createConnection();
   `
   


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


Reply via email to