Hive的性能调整

时间:2017-07-17 07:28:40

标签: performance hive

我正在开展一个项目,我必须调整hive的性能。我发现了九个最重要的参数,有助于调整hive的性能。它们如下(没有特定的顺序):

  1. hive.exec.reducers.max
  2. hive.limit.optimize.fetch.max
  3. hive.limit.row.max.size
  4. hive.exec.max.dynamic.partitions
  5. hive.index.compact.query.max.entries
  6. hive.merge.size.per.task
  7. hive.index.compact.query.max.size
  8. hive.metastore.server.min.threads
  9. hive.mapjoin.check.memory.rows
  10. 我想知道我是否朝着正确的方向前进?如果我错过了其他一些参数,请告诉我。

    提前致谢。

1 个答案:

答案 0 :(得分:0)

考虑在tez引擎上运行配置单元,它比MapReduce运行得更快。

hive.execution.engine = tez