Member since
02-21-2014
23
Posts
0
Kudos Received
0
Solutions
03-24-2014
01:28 PM
The command that is working for me: sqoop import --driver com.ibm.db2.jcc.DB2Driver --connect jdbc:db2://IP:PORT/DSDB2D01 --username XXX -P --table "tablename" But before that you have to copy the jar file to /var/lib/sqoop.
... View more