美文网首页
hive beeline到数据

hive beeline到数据

作者: 夜空最亮的9星 | 来源:发表于2019-01-23 17:03 被阅读15次

    beeline 以逗号分隔导出数据到csv文件

    beeline -u jdbc:hive2://10.10.10.2:10000 -n admin -padmin --verbose=true  --showHeader=true --outputformat=csv2  --color=true  -e "show create table ods.user_info ;" >>  ods_sl_mainposts.csv
    
    

    相关文章

      网友评论

          本文标题:hive beeline到数据

          本文链接:https://www.haomeiwen.com/subject/faksjqtx.html