簡體   English   中英

Hive的性能調優

[英]Hive's performance tuning

我正在一個項目中,我必須調整蜂巢的性能。 我發現了九個最重要的參數,這些參數將有助於調整蜂巢的性能。 它們如下(無特定順序):

  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

我想知道我是否朝着正確的方向前進? 如果我也錯過了其他一些參數,請告訴我。

提前致謝。

考慮在tez引擎上運行配置單元,該引擎的運行速度比MapReduce快得多。

hive.execution.engine = tez

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM