MLikeWater opened a new issue, #3219:
URL: https://github.com/apache/incubator-kyuubi/issues/3219

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the 
[issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What would you like to be improved?
   
   Use Kyuubi master (024 fa2db70cec76c40756930af2c09f363451d5b commit) compile 
the installation package, use k8s deployment, Spark client way to submit a job, 
engine appears the following information:
   ```
   22/08/11 20:02:48 INFO SparkTBinaryFrontendService: Client protocol version: 
HIVE_CLI_SERVICE_PROTOCOL_V10
   22/08/11 20:02:48 INFO SparkSQLSessionManager: Opening session for 
[email protected]
   22/08/11 20:02:48 WARN SQLConf: The SQL config 
'spark.sql.adaptive.coalescePartitions.minPartitionNum' has been deprecated in 
Spark v3.2 and may be removed in the future. Use 
'spark.sql.adaptive.coalescePartitions.minPartitionSize' instead.
   22/08/11 20:02:48 WARN SQLConf: The SQL config 
'spark.sql.adaptive.coalescePartitions.minPartitionNum' has been deprecated in 
Spark v3.2 and may be removed in the future. Use 
'spark.sql.adaptive.coalescePartitions.minPartitionSize' instead.
   22/08/11 20:02:48 WARN SQLConf: The SQL config 
'spark.sql.adaptive.coalescePartitions.minPartitionNum' has been deprecated in 
Spark v3.2 and may be removed in the future. Use 
'spark.sql.adaptive.coalescePartitions.minPartitionSize' instead.
   22/08/11 20:02:48 INFO SparkSQLSessionManager: hive's session with 
SessionHandle [d81bb7e3-ff03-4c4c-9cd4-de465b00cf7a] is opened, current opening 
sessions 1
   22/08/11 20:02:48 WARN SparkTBinaryFrontendService: No matching Hive token 
found for engine metastore uris 
thrift://hive-metastore01:9083,thrift://hive-metastore02:9083
   22/08/11 20:02:48 WARN SparkTBinaryFrontendService: Error renew delegation 
tokens:
   java.io.IOException: Unknown version of delegation token 8
           at 
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier.readFields(AbstractDelegationTokenIdentifier.java:193)
           at 
org.apache.kyuubi.util.KyuubiHadoopUtils$.getTokenIssueDate(KyuubiHadoopUtils.scala:94)
           at 
org.apache.kyuubi.engine.spark.SparkTBinaryFrontendService$.$anonfun$addOtherTokens$1(SparkTBinaryFrontendService.scala:169)
           at 
org.apache.kyuubi.engine.spark.SparkTBinaryFrontendService$.$anonfun$addOtherTokens$1$adapted(SparkTBinaryFrontendService.scala:166)
           at scala.collection.immutable.Map$Map1.foreach(Map.scala:193)
           at 
org.apache.kyuubi.engine.spark.SparkTBinaryFrontendService$.addOtherTokens(SparkTBinaryFrontendService.scala:166)
           at 
org.apache.kyuubi.engine.spark.SparkTBinaryFrontendService$.renewDelegationToken(SparkTBinaryFrontendService.scala:105)
           at 
org.apache.kyuubi.engine.spark.SparkTBinaryFrontendService.RenewDelegationToken(SparkTBinaryFrontendService.scala:48)
           at 
org.apache.kyuubi.shade.org.apache.hive.service.rpc.thrift.TCLIService$Processor$RenewDelegationToken.getResult(TCLIService.java:1897)
           at 
org.apache.kyuubi.shade.org.apache.hive.service.rpc.thrift.TCLIService$Processor$RenewDelegationToken.getResult(TCLIService.java:1882)
           at 
org.apache.kyuubi.shade.org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
           at 
org.apache.kyuubi.shade.org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
           at 
org.apache.kyuubi.service.authentication.TSetIpAddressProcessor.process(TSetIpAddressProcessor.scala:36)
           at 
org.apache.kyuubi.shade.org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286)
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   22/08/11 20:02:48 INFO OperationLog: Creating operation log file 
/opt/kyuubi/work/engine_operation_logs/d81bb7e3-ff03-4c4c-9cd4-de465b00cf7a/d436905a-8d41-4564-b86d-9709b922ce9d
   22/08/11 20:02:48 INFO ExecuteStatement: Processing hive's 
query[d436905a-8d41-4564-b86d-9709b922ce9d]: INITIALIZED_STATE -> 
PENDING_STATE, statement: show databases
   22/08/11 20:02:48 INFO ExecuteStatement: Processing hive's 
query[d436905a-8d41-4564-b86d-9709b922ce9d]: PENDING_STATE -> RUNNING_STATE, 
statement: show databases
   ```
   However, the query is normal.
   
   The environment information is as follows:
   ```
   Kyuubi version: master
   Spark: 3.2.1
   Hive metastore: 3.1.2
   ```
   
   ### How should we improve?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


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