-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable stats auto-gathering in Hive
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
presto-product-tests/conf/tempto/tempto-configuration-for-hdp3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
hdfs: | ||
webhdfs: | ||
uri: http://${databases.hive.host}:9870 | ||
|
||
databases: | ||
hive: | ||
prepare_statement: | ||
- USE ${databases.hive.schema} | ||
# Hive 3 gathers stats by default. For test purposes we need to disable this behavior. | ||
- SET hive.stats.column.autogather=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters