Member since
08-20-2018
4
Posts
0
Kudos Received
0
Solutions
09-21-2018
02:53 PM
I have a database that contains about 830 tables. I tried doing a sqoop import-all-tables and it imported about 150 tables and failed on one table. 1. Is there a way for me to specify exclusions in the sqoop command? 2. How do I sqoop import the remaining 680 tables? When i use the same sqoop command, it fails as it specifies that some tables are already exisiting? Here is the sqoop command used: sqoop import-all-tables --connect "jdbc:sqlserver://192.169.108.64;database=axios; username=sqoop;password=hadoop" --warehouse-dir=/user/Axios -m 1
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Sqoop