InterviewSolution
Saved Bookmarks
| 1. |
Give A Sqoop Command To Import The Columns Employee_id,first_name,last_name From The Mysql Table Employee? |
|
Answer» $ SQOOP import --connect JDBC:MYSQL://host/dbname --table EMPLOYEES $ sqoop import --connect jdbc:mysql://host/dbname --table EMPLOYEES |
|