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


Discussion

No Comment Found