InterviewSolution
Saved Bookmarks
| 1. |
How can you control the number of mappers used by the sqoop command? |
|
Answer» The Parameter --num-mapers is used to control the number of mappers executed by a sqoop command. We should start with choosing a small number of map tasks and then gradually scale up as choosing high number of mappers initially may slow down the performance on the database side. |
|