Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The error message thrown in case of data integrity issues as shown below doesn't show the actual column name. We are importing from table which has around 400+ columns it would be very much help full the error message thrown shows the column name in addition.
java.lang.IllegalArgumentException
at java.sql.Date.valueOf(Date.java:138)
at TEST.__loadFromFields(TEST.java:893)
at TEST.parse(TEST.java:770)
at org.apache.sqoop.mapreduce.TextExportMapper