You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/01/28 09:21:27 UTC

[GitHub] [incubator-dolphinscheduler] brucemen711 edited a comment on issue #4450: [Bug][datasource] Hive/Spark data sources do not support multi-tenancy when Kerberos authentication is enabled

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:
users@infra.apache.org