Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
SQOOP doesn't work with the DB2 JCC driver. I needed to write some code.
Just need to override these two methods:
getDriverClass --> "com.ibm.db2.jcc.DB2Driver"
getCurTimestampQuery --> Return "SELECT CURRENT TIMESTAMP FROM sysibm.sysdummy1 WITH UR;"