[ https://issues.apache.org/jira/browse/SQOOP-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507812#comment-13507812
]
Hudson commented on SQOOP-720:
------------------------------
Integrated in Sqoop-ant-jdk-1.6-hadoop20 #340 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop20/340/])
SQOOP-720: Improve error handling when exporting malformed text data (Revision 528f7a8bb51863b328da4a81873daa5e87fe029c)
Result = SUCCESS
cheolsoo : https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=528f7a8bb51863b328da4a81873daa5e87fe029c
Files :
* src/java/org/apache/sqoop/mapreduce/TextExportMapper.java
> Improve error handling when exporting malformed text data
> ---------------------------------------------------------
>
> Key: SQOOP-720
> URL: https://issues.apache.org/jira/browse/SQOOP-720
> Project: Sqoop
> Issue Type: Improvement
> Affects Versions: 1.4.2
> Reporter: Jarek Jarcec Cecho
> Assignee: Jarek Jarcec Cecho
> Attachments: bugSQOOP-720.patch
>
>
> We're currently catching only one specific checked exception during data parsing in Export
tool. All non-checked exceptions (NumberFormatException) are passed to the hadoop framework.
We should improve that by catching everything and providing debug info to help user triangulate
the malformed data.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|