milton4code opened a new issue, #18618: URL: https://github.com/apache/doris/issues/18618
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris 版本1.2.3-rc2 使用方式: 通过Multi-Catalog 创建hive ,语句如下 ``CREATE CATALOG vee_hive PROPERTIES ( 'type'='hms', 'hive.metastore.uris' = 'thrift://xx1:9083', 'hadoop.username' = 'hive', 'dfs.nameservices'='nameservice1', 'dfs.ha.namenodes.nameservice1'='namenode40,namenode89', 'dfs.namenode.rpc-address.nameservice1.namenode40'='xx1:8020', 'dfs.namenode.rpc-address.nameservice1.namenode89'='xx2:8020', 'dfs.client.failover.proxy.provider.nameservice1'='org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider' ); `` 使用 show CATALOGS; switch vee_hive; SHOW tables ; 三个命令都正常, 选取一个表测试查询语句 `` select * from xxdb.dwd_d_daily_data limit 10; `` 报错 . ### What's Wrong? [HY000][1105] errCode = 2, detailMessage = Unexpected exception: failed to get table dwd_d_daily_data in db starmdmdb from hms client. reason: org.apache.thrift.TApplicationException: Invalid method name: 'get_table_req' ### What You Expected? 公司集群用的是cdh6.2.1,hive版本为2.1.0 ### How to Reproduce? _No response_ ### Anything Else? 在此之前尝试过创建hive外表方式,同样也报上面的错误,注意到后面的说明,hive外部表只支持 2.3.7、3.1.2. 由于是刚入手doris,不太了解外表hive和Catalog 两种方式有何不同. ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
