適合本機小數據的 測試使用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.測試