gree2 commented on issue #18618:
URL: https://github.com/apache/doris/issues/18618#issuecomment-1586181542

   根据官方手册,指定 Hive 版本即可。
   
   CREATE CATALOG hive PROPERTIES (
       'type'='hms',
       'hive.metastore.uris' = 'thrift://172.0.0.1:9083',
       'hive.version' = '2.1.1'
   );
   
   [指定使用 Hive 版本为 2.1.1 即可以查询 CDH 6.2.1 中对应的 
Hive](https://zhuanlan.zhihu.com/p/636316507)


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to