sqoop导出数据

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导出数据)