摘要: 避免执行MR select * or select field1,field2 limit 10 where语句中只有分区字段或该表的本地字段 使用本地set hive.exec.mode.local.auto=true; select * or select field1,field2 limit 阅读全文
posted @ 2017-11-28 15:42 0xcafedaddy 阅读(235) 评论(0) 推荐(0) 编辑
摘要: hive执行脚本 hive -e “sql语句” 会将查询的结果打印在控制台上。 hive -e “sql语句” >> xxx 会将查询的结果重定向到xxx文件中,会显示OK和抓取的数据条数 hive -S -e “sql语句” >> xxx 会将查询的结果重定向到xxx文件中,不会显示OK和抓取的 阅读全文
posted @ 2017-11-28 15:41 0xcafedaddy 阅读(1842) 评论(0) 推荐(0) 编辑