javaht opened a new issue, #14160:
URL: https://github.com/apache/dolphinscheduler/issues/14160

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   Failed to configure kerberos hive for dolphinscheduler 
connection/连接带有kerberos的hive失败
   
   
![image](https://github.com/apache/dolphinscheduler/assets/54611681/0e08c1b4-b33a-49db-bf89-0afbcc6ffb6e)
   
![image](https://github.com/apache/dolphinscheduler/assets/54611681/62ee3245-5aa9-42d8-aaeb-4f4fc5a81524)
   
![image](https://github.com/apache/dolphinscheduler/assets/54611681/33e7a6a7-2576-485d-892f-9776427e47c7)
   
![image](https://github.com/apache/dolphinscheduler/assets/54611681/c3386919-537a-4200-bf53-478fab956935)
   
   
   
   this is api-server log:
   
   [ERROR] 2023-05-19 10:37:54.234 +0000 
com.zaxxer.hikari.pool.HikariPool:[594] - HikariPool-3 - Exception during pool 
initialization.
   java.sql.SQLException: Could not open client transport with JDBC Uri: 
jdbc:hive2://10.67.78.115:10000/default;principal=hive/[email protected];:
 GSS initiate failed
        at org.apache.hive.jdbc.HiveConnection.<init>(HiveConnection.java:224)
        at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:107)
        at 
com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
        at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
        at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
        at 
com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
        at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
        at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
        at 
com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
        at 
org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159)
        at 
org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117)
        at 
org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
        at 
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376)
        at 
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:431)
        at 
org.apache.dolphinscheduler.plugin.datasource.api.client.CommonDataSourceClient.checkClient(CommonDataSourceClient.java:96)
        at 
org.apache.dolphinscheduler.plugin.datasource.api.client.CommonDataSourceClient.<init>(CommonDataSourceClient.java:54)
        at 
org.apache.dolphinscheduler.plugin.datasource.hive.HiveDataSourceClient.<init>(HiveDataSourceClient.java:64)
        at 
org.apache.dolphinscheduler.plugin.datasource.hive.HiveDataSourceChannel.createDataSourceClient(HiveDataSourceChannel.java:29)
        at 
org.apache.dolphinscheduler.plugin.datasource.api.plugin.DataSourceClientProvider.lambda$getConnection$1(DataSourceClientProvider.java:79)
        at 
com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4868)
        at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3533)
        at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2282)
        at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2159)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049)
        at com.google.common.cache.LocalCache.get(LocalCache.java:3966)
        at 
com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4863)
        at 
org.apache.dolphinscheduler.plugin.datasource.api.plugin.DataSourceClientProvider.getConnection(DataSourceClientProvider.java:73)
        at 
org.apache.dolphinscheduler.api.service.impl.DataSourceServiceImpl.checkConnection(DataSourceServiceImpl.java:364)
        at 
org.apache.dolphinscheduler.api.service.impl.DataSourceServiceImpl$$FastClassBySpringCGLIB$$a86d54aa.invoke(<generated>)
        at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
        at 
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
        at 
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
        at 
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
   Caused by: org.apache.thrift.transport.TTransportException: GSS initiate 
failed
        at 
org.apache.thrift.transport.TSaslTransport.sendAndThrowMessage(TSaslTransport.java:232)
        at 
org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:316)
        at 
org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)
        at 
org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:52)
        at 
org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:49)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1762)
        at 
org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport.open(TUGIAssumingTransport.java:49)
        at 
org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:311)
        at org.apache.hive.jdbc.HiveConnection.<init>(HiveConnection.java:196)
        ... 126 common frames omitted
   
   [INFO] 2023-05-19 10:37:54.236 +0000 
org.apache.dolphinscheduler.plugin.datasource.api.client.CommonDataSourceClient:[100]
 - Time to execute check jdbc client with sql select 1 for 1019 ms 
   [ERROR] 2023-05-19 10:37:54.236 +0000 
org.apache.dolphinscheduler.api.service.impl.DataSourceServiceImpl:[375] - 
datasource test connection error, dbType:HIVE, 
connectionParam:HiveConnectionParam{user='hive', password='', 
address='jdbc:hive2://10.67.78.115:10000', database='default', 
jdbcUrl='jdbc:hive2://10.67.78.115:10000/default', driverLocation='null', 
driverClassName='org.apache.hive.jdbc.HiveDriver', validationQuery='select 1', 
other='principal=hive/[email protected];', principal='null', 
javaSecurityKrb5Conf='null', loginUserKeytabUsername='null', 
loginUserKeytabPath='null'}, message:JDBC connect failed.
   [root@datasophon03 logs]# 
   
   
   ### What you expected to happen
   
   It is possible that the kerberos configuration is not working
   
   ### How to reproduce
   
    /
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

Reply via email to