InterviewSolution
Saved Bookmarks
| 1. |
What is the importance of --split-by clause in running parallel import tasks in sqoop? |
|
Answer» The –split-by clause mentions the column name based on whose value the data will be divided into groups of records. These group of records will be read in parallel by the mapreduce tasks. |
|