hadoop - 配置单元配置hive.stats.fetch.partition.stats不存在

标签 hadoop hive hive-configuration

我正在使用 hive 版本3.1.1,并且当我尝试设置hive.stats.fetch.partition.stats = true时。我收到以下错误。在此配置单元版本中没有hive.stats.fetch.partition.stats吗?

Query returned non-zero code: 1, cause: hive configuration hive.stats.fetch.partition.stats does not exists.

最佳答案

实际上,自Hive 3.0.0起,Jira HIVE-17932中的hive.stats.fetch.partition.stats配置属性已被删除。

Disabling the fetching of partition stats(hive.stats.fetch.partition.stats) may cause problematic cases to arise for partitioned tables...the user might just want to disable the cbo instead tweaking the fetching of partition stats.

关于hadoop - 配置单元配置hive.stats.fetch.partition.stats不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56579786/

相关文章:

hadoop - 可以从文件加载 hiveconf 变量吗? (与 HiveQL 文件分开)

hadoop - 在 Elastic Map Reduce 上将分布式缓存与 Pig 结合使用

hadoop - 如何在 Spark 中处理 Map<Key,value>?

csv - 如何通过实现getSplits增加hadoop map task

sql - 更改表/分区的工作 “Concatenate”命令

regex - RegEx从管道定界字符串中提取值

hive - 使用 'STORED AS AVRO'子句创建配置单元表时,Avro模式存储在哪里?

mysql - 创建 Hive 表自动更改 mysql Metastore 的字符集设置

hive - 查看hive.exec.dynamic.partition值的hive命令是什么