首页 > 其他 > 详细

hive

时间:2017-03-31 18:50:07      阅读:189      评论:0      收藏:0      [点我收藏+]

hive的详细使用

FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:For direct MetaStore DB connections, we don‘t support retries at the client level.) 

mysql;编码问题,全部改为utf-8解决

  1. 建表操作

    create table test(id int,name string)
    //行分割符
    row format delimited fields terminated by ‘,‘
    stored as textfile
    

     

hive

原文:http://www.cnblogs.com/zhangweilun/p/6652794.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!