InterviewSolution
Saved Bookmarks
| 1. |
How will you implement all-or-nothing load using sqoop? |
|
Answer» Using the staging-table option we first load the data into a staging table and then load it to the final target table only if the staging load is successful. |
|