InterviewSolution
Saved Bookmarks
| 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. |
|