【详述】问题详细描述
CREATE EXTERNAL RESOURCE “hive3”
PROPERTIES (
“type” = “hive”,
“hive.metastore.uris” = “thrift://cdh-mgm01:9083”
);
构建表报错:
create external table test1(
a int,
b int
)
ENGINE=HIVE
PROPERTIES (
“resource” = “hive2”,
“database” = “default”,
“table” = “suntest1”
);
[42000][1064] get hive table from meta store failed: Unable to instantiate com.starrocks.external.hive.HiveMetaStoreThriftClient
查看fe.log报错是连接不上metastore
查看metastore日志的确是保gss认证错误
fe/be各个节点都认证了,而且没有过期,klist可以看到
hive-site,hdfs-site,core-site也放到了对应的conf下
请问下可能是哪里不对?
【背景】做过哪些操作?
【业务影响】
【StarRocks版本】1.19
【集群规模】:3fe(1 follower+2observer)+4be(fe与be混部)
【机器信息】48C/256G
【附件】












