220.Sqoop Export – Using Stage Table
To display information and usage instructions related to export command sqoop help export Command to connect to mysql mysql -u retail_user -h ms.itversity.com -p Command to connect to a database USE retail_export; Select statement on table SELECT count(1) FROM training_daily_revenue; Command to view records in table SELECT * FROM training_daily_revenue LIMIT 10; Command to delete …