InterviewSolution
Saved Bookmarks
| 1. |
Give a sqoop command to import data from all tables in the MySql DB DB1. |
Answer» sqoop import-all-tables --connect jdbc:mysql://host/DB1 |
|