apache hive 0.14 beeline 使用注意事项

时间:2015-04-22 18:35:10   收藏:0   阅读:3871
  1. 不要使用local关键字 load data local inpath 是不行

  2. beeline & 方式存在问题,是beeline得bug ,使用nohup sh xxx.sh & 也会出错

  3. beeline -f 执行sql文件,如果报“Error: Error while compiling statement: FAILED: ParseException line 1:814 cannot recognize input near ‘;’ <EOF>’ in expression specification (state=42000,code=40000)”错误。可能是因为“;”后面有空格等字符所致。

  4. beeline -e "sql语句" 执行指定去除表头是个bug不管用

原文:http://blog.csdn.net/u010670689/article/details/45195547

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!