200.Sqoop Import – Managing Table using Hive Import – Overwrite

  • Command to overwrite the data imported if exists
    • sqoop import --connect jdbc:mysql://ms.itversity.com:3306/retail_db --username retail_user --password itversity --table orders --hive-import --hive-database training_sqoop_retail --hive-overwrite

Share this post