【详述】创建hive catalog失败
create EXTERNAL CATALOG emr5_hms_nokerbers
comment ‘emr5_hms_nokerbers’
PROPERTIES(
“type” = “hive”,
“enable_recursive_listing” = “true”,
“hive.metastore.type” = “hive”,
“hive.metastore.uris” = “thrift://192.168.24.166:9083”
)
【背景】
hive目前是无认证模式,为阿里云上购买的emr5 hms集群
【业务影响】
无法链接使用hive
【StarRocks版本】3.0
【附件】
- fe.log/beINFO/相应截图