Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.4.4
Description
When Sqoop encounters blank newline in the managers.d property file, it should ignore that instead of throwing
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
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