【详述】创建hive catalogs,查看表结构等都正常,一查询就出卡住不动,直到查询超时(数据测试就一条)
【背景】没有特别的操作,但是2.3.3版本是可以的,也尝试过配置和2.3.3一样的jdk、classpath及LD_LIBRARY_PATH,都是不行
【业务影响】
【StarRocks版本】2.5.4
【集群规模】1fe+1be
【机器信息】正常
【联系方式】541166058@qq.com
【附件】
- 查询语句
CREATE EXTERNAL CATALOG hive_catalog_hms
PROPERTIES
(
"type" = "hive",
"hive.metastore.uris" = "thrift://xxx.xxx.xxx.xxx:9083"
);
select * from hive_catalog_hms.xxx.xxx;
-
fe.log/beINFO/相应截图
只有be.out有异常,其他没有异常日志
-
排查分析,卡在了创建hdfs连接->构建jnivm上
JNI_GetCreatedJavaVMs(jni_helper.c:674)
<-
getJNIEnv(hdfs.c:700)
<-
hdfsBuilderConnect(hdfs_fs_cache.cpp:25)