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

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

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

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

暂无答案!

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

相关问题