sqoop - Import table to new catalog - apache sqoop - sqoop tutorial - sqoop hadoop
Import table to new catalog
sqoop import --table TestTable
--connect "jdbc:sqlserver://192.168.1.100:1433;database=Test_db"
--username user
--password password
--split-by id
--target-dir /user/test
Click "Copy code" button to copy into clipboard - By wikitechy - sqoop tutorial - team




