HIVE CATALOG查询表一直不出数据,直到超时

首先创建catelog,
CREATE EXTERNAL CATALOG hive_metastore_catalog
PROPERTIES (“hive.metastore.uris” = “thrift://192.168.0.156:9083,thrift://192.168.0.164:9083”,
“metastore_cache_refresh_interval_sec” = “30”,
“type” = “hive”,
“enable_metastore_cache” = “true”
);

然后

SET CATALOG hive_metastore_catalog

use dim;

select * from xx limit 1

执行sql一直不出来数据,直到sql超时,日志也不报错,实在不知道怎么排查问题,ps:hive 肯定能连上元数据

到hdfs的端口防火墙是否开通,hdfs的namenode和datanode域名解析是否配置在/etc/hosts

另外别用limit查询,换个where的sql

什么版本的集群 鉴权方式的创建语句麻烦也发下