hive配置

Hive Configuration Variables

hive.exec.compress.output mapred最终的输出是否压缩 默认false
hive.exec.compress.intermediate mapred的中间结果是否压缩 默认false

hive.default.fileformat 默认是TextFile,可以为TextFile, SequenceFile, RCFile, Orc

hive.map.aggr 默认true
hive.default.fileformat TextFile
hive.merge.mapfiles merge小文件 默认true
hive.merge.mapredfiles merge小文件 默认false

hive.querylog.enable.plan.progress 默认true
hive.querylog.location /tmp/user.name

Hive Metastore Configuration Variables

Configuration Variables Used to Interact with Hadoop

mapred.job.tracker 如果该项被设置为local,则改为本地模式运行
mapred.reduce.tasks 1

Hive Variables Used to Pass Run Time Information

    原文作者:xncode
    原文地址: https://www.jianshu.com/p/144e7d3b5b7a
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞