0

我在 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;
4

0 回答 0