org.apache.thrift.transport.TTransportException:java.net.SocketTimeoutException:读取超时

时间:2016-08-08 16:57:47

标签: hive hortonworks-data-platform apache-tez tez

我在hive中的SQL语句之前有以下设置。但是,它无法提交查询,我继续获取TimeoutException。当我检查TEZ视图时,只执行第一个分析语句。我可以知道这种超时的原因是什么?

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;

0 个答案:

没有答案