Sqoop --boundary-query

时间:2017-05-06 04:53:56

标签: hdfs sqoop

我的数据设置如下。有人可以帮助我使用sqoop边界查询将数据导入hdfs,使用具有重复键的列(id)。

mysql> select id,name,age from employee;

id   name age   
1   A    30

2   B    35

3   C     40

4   D    23

5   E    26 

1   A    24

2   B    16

3   C     78

4   G    66

3   H    56  

4   A     63

20  C     58

13  F     47

2   A     49 

3   B    60

0 个答案:

没有答案