Sqoop Interview Questions and Answers For Freshers Part-5
41.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. $ sqoop import –connect jdbc:mysql://db.foo.com/corp –table EMPLOYEES \ –split-by dept_id
Read More