Member since
07-20-2018
4
Posts
0
Kudos Received
0
Solutions
08-15-2018
06:50 PM
Hi bkosaraju I used below command for oracle and it was perfect worked for me. How can I use customize sql in sqoop export from hive to other DB ? sqoop export --connect "jdbc:oracle:thin:@10.10.2.19:2632:blbidb" --password "abc_123" --username "churn" --table "CHURN_MODEL_DMP_TMP" --hcatalog-table "abc_test" --hcatalog-database "dd_ads" Regards, Khiarul Hasan
... View more