You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "gree2 (via GitHub)" <gi...@apache.org> on 2023/06/11 14:15:53 UTC

[GitHub] [doris] gree2 commented on issue #18618: [Bug] org.apache.thrift.TApplicationException: Invalid method name: 'get_table_req'

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-unsubscribe@doris.apache.org

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


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