Back to Browse

Apache Sqoop: Import using SPLIT BY and BOUNDARY QUERY

2.4K views
Mar 26, 2020
11:05

--split-by : It is used to specify the column of the table used to generate splits for imports. --boundary-query : By default sqoop will use query select min(), max() from to find out boundaries for creating splits. In some cases this query is not the most optimal so you can specify any arbitrary query returning two numeric columns using --boundary-query argument.

Download

0 formats

No download links available.

Apache Sqoop: Import using SPLIT BY and BOUNDARY QUERY | NatokHD