适合本机小数据的 测试使用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.测试