Quanlong Huang has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/19464


Change subject: IMPALA-11756: Disable auto analyze table triggered by Hive
......................................................................

IMPALA-11756: Disable auto analyze table triggered by Hive

Hive will automatically recompute stats asynchronously after major
compactions. The tasks could fail if the table is removed, which usually
happens on our test tables. The failure could cause further failures on
other query-based compactions in the same session, and results in test
failures. See the analysis in the JIRA for an example.

We don't rely on Hive to recompute the stats. So we can disable this
feature to avoid the issue. This patch turns off
"hive.compactor.gather.stats" to disable it.

Tests:
 - Ran exhaustive tests

Change-Id: Idc23100ae74d6cb07894053a26806e01258065ec
---
M fe/src/test/resources/hive-site.xml.py
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/64/19464/1
--
To view, visit http://gerrit.cloudera.org:8080/19464
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc23100ae74d6cb07894053a26806e01258065ec
Gerrit-Change-Number: 19464
Gerrit-PatchSet: 1
Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com>

Reply via email to