hive 本機測試使用local模式能夠加快執行效率

適合本機小數據的 測試使用ide

//是否啓用local模式
SET hive.exec.mode.local.auto=true; //默認false
//輸入的數據量max配置
SET hive.exec.mode.local.auto.inputbytes.max=50000000;        //默認134217728(128M)
//task的數量max
SET hive.exec.mode.local.auto.input.files.max=5;                 //默認4.測試

相關文章
相關標籤/搜索