doris版本: 1.2.3
hive: 华为云hive3.0.0, 数据保存在华为云对象存储obs上
已经将hive-site.xml 文件保存在fe、be的conf目录下.
catalog sql如下:
CREATE CATALOG hive PROPERTIES (
‘type’=‘hms’,
‘hive.metastore.uris’ = ‘thrift://xx.xx.xx.xx:9083,thrift://xx.xx.xx.xx:9083’
);
查询sql:
select id from hive.test.test_table where p_date = ‘2023-01-01’ limit 1;
报错如下:
err: org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme “obs”
请问,我还需要做些啥配置吗?