InterviewSolution
Saved Bookmarks
| 1. |
How Can You Avoid Importing Tables One-by-one When Importing A Large Number Of Tables From A Database? |
|
Answer» USING the command sqoop IMPORT-all-tables This will import all the tables EXCEPT the ones mentioned in the exclude-tables clause. Using the command sqoop import-all-tables This will import all the tables except the ones mentioned in the exclude-tables clause. |
|