1.

How can we slice the data to be imported to multiple parallel tasks?

Answer»

Using the --split-by parameter we specify the column name based on which sqoop will divide the data to be imported into multiple chunks to be run in parallel.



Discussion

No Comment Found