Thursday 10 January 2019

sqoop dataset


sqoop import --connect jdbc:mysql://localhost:3306/sqoop --username root -P --split-by id --columns id,name --table customer --target-dir /user/cloudera/customer1 --fields-terminated-by “,” --hive-import --create-hive-table --hive-table sqoop.customer1;

1 comment: