org.apache.thrift.transport.ttTransportException:java.net.sockettimeoutexception:读取超时

5anewei6  于 2021-06-28  发布在  Hive
关注(0)|答案(0)|浏览(292)

在配置单元中的sql语句之前,我有以下设置。但是,它无法提交查询,我不断得到timeoutexception。当我检查tez视图时,只执行第一条analyze语句。我可以知道暂停的原因吗?

set hive.cbo.enable = true;
set hive.compute.query.using.stats = true;
set hive.stats.fetch.column.stats = true;
set hive.stats.fetch.partition.stats = true;
analyze table tableA compute statistics for columns col1;
analyze table tableB compute statistics for columns col2;
analyze table tableC compute statistics for columns col1, col5, col7;

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题