[
https://issues.apache.org/jira/browse/SQOOP-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14108810#comment-14108810
]
Hudson commented on SQOOP-1330:
-------------------------------
SUCCESS: Integrated in Sqoop-ant-jdk-1.6-hadoop23 #1124 (See
[https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop23/1124/])
SQOOP-1330: Ignore blank newlines in managers.d property files (jarcec:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=b1cc817792c1f17745dd8f46e7c1b6e636a141c9)
* src/java/org/apache/sqoop/ConnFactory.java
> Ignore blank newlines in managers.d property files
> --------------------------------------------------
>
> Key: SQOOP-1330
> URL: https://issues.apache.org/jira/browse/SQOOP-1330
> Project: Sqoop
> Issue Type: Improvement
> Components: connectors
> Affects Versions: 1.4.4
> Reporter: Viji
> Assignee: Chiwan Park
> Priority: Trivial
> Labels: newbie
> Fix For: 1.4.6
>
> Attachments: SQOOP-1330.patch
>
>
> When Sqoop encounters blank newline in the managers.d property file, it
> should ignore that instead of throwing
> {code}ERROR sqoop.ConnFactory: Error loading ManagerFactory information from
> file /usr/lib/sqoop/conf/managers.d/connector: java.io.IOException: the
> content of connector file must be in form of key=value{code}
> This is due to the line reading logic not expecting such a line:
> https://github.com/apache/sqoop/blob/branch-1.4.4/src/java/org/apache/sqoop/ConnFactory.java#L217
--
This message was sent by Atlassian JIRA
(v6.2#6252)