Yikf commented on issue #5878:
URL: https://github.com/apache/kyuubi/issues/5878#issuecomment-1865938796

   Thanks @wardlican for reporting the issue.
   Could you please provide a startup command for the kyuubi hive engine? (you 
can check it in the kyuubi server/beeline openSession log).
   
   Also, you can check whether the HiveServer2 home directory is the same as 
the kyuubi hive engine home directory.
   
   If they are the same, you can copy the configuration items of 
hiveserver2-site.xml to hive-site.xml. If after that step it workaround the 
problem. It may have hit my next guess, that is kyuubi uses `new HiveConf()` to 
initialize hive configuration, but this method does not load 
`hiveserver2-site.xml`. Some configurations of the ranger hive plugin exist in 
`hiveserver2-site.xml`. That say, the hive plugin may not be enabled under the 
kyuubi hive engine.


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