美文网首页
sqoop导出数据

sqoop导出数据

作者: qzenger | 来源:发表于2017-11-19 15:58 被阅读0次

    sqoop import  \

    --connect jdbc:mysql://ip:端口/库名 \

    --username 用户名\

    --password 密码 \

    --hive-database hive中的库 \

    --hive-table hive中的表\

    --query '查询sql'  \

    --target-dir /临时目录 \

    --split-by id 一般是主键或数字类型的字段 \

    --hive-import \

    --fields-terminated-by "\\t"    字段分隔符

    --m5  map数量

    相关文章

      网友评论

          本文标题:sqoop导出数据

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