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
--split-by dept_id

$ sqoop import --connect jdbc:mysql://db.foo.com/corp --table EMPLOYEES
--split-by dept_id



Discussion

No Comment Found