InterviewSolution
Saved Bookmarks
| 1. |
How can you force sqoop to execute a free form Sql query only once and import the rows serially. |
|
Answer» By using the –m 1 clause in the import command, sqoop cerates only one mapreduce task which will import the rows sequentially. |
|