InterviewSolution
Saved Bookmarks
| 1. |
Give A Sqoop Command To Import All The Records From Employee Table Divided Into Groups Of Records By The Values In The Column Department_id.? |
|
Answer» $ sqoop IMPORT --CONNECT JDBC:mysql://db.foo.com/corp --table EMPLOYEES $ sqoop import --connect jdbc:mysql://db.foo.com/corp --table EMPLOYEES |
|