真的可以通过sqoop增量导入来导入chunk-wise数据吗?
Say I have a table with rowid 1,2,3..... N (here N is 100) and now I want to import it as chunk. Like
1st import: 1,2,3.... 20
2nd import: 21,22,23.....40
last import: 81,82,83....100
我已经阅读了有关增量导入的 sqoop 作业,也知道 --last-value 参数,但不知道如何传递块大小。对于上面的例子,这里的块大小是 20。