hive启用本地模式
生活随笔
收集整理的這篇文章主要介紹了
hive启用本地模式
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
hive啟用本地模式,主要用于處理數據量比較少的情況。
hive.exec.mode.local.auto=true ? ? ? ? ? ? ??
hive.exec.mode.local.auto.inputbytes.max=50000000
hive.exec.mode.local.auto.tasks.max=10?
hive.exec.mode.local.auto.input.files.max=50
hive.exec.mode.local.auto.tasks.max和hive.exec.mode.local.auto.inputbytes.max,默認值分別為4和128MB,即默認情況下,map處理的文件數不超過4個并且總大小小于128MB就啟用local mr模式。
轉載于:https://my.oschina.net/u/220934/blog/268303
總結
以上是生活随笔為你收集整理的hive启用本地模式的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 表达式解析执行器 IKExpressio
- 下一篇: php 清空数组