Jarek Jarcec Cecho created SQOOP-1387:
-----------------------------------------
Summary: Incorrect permissions on manager.d directory can lead to
NPE
Key: SQOOP-1387
URL: https://issues.apache.org/jira/browse/SQOOP-1387
Project: Sqoop
Issue Type: Bug
Affects Versions: 1.4.4
Reporter: Jarek Jarcec Cecho
I got a report that when files in {{manager.d}} have incorrect permissions
(Sqoop can't read them), we will get following NPE:
{code}
14/07/17 08:43:46 ERROR tool.BaseSqoopTool: Got error creating database
manager: java.lang.NullPointerException
at java.util.Arrays.sort(Arrays.java:1078)
at org.apache.sqoop.ConnFactory.loadManagersFromConfDir(ConnFactory.java:289)
at org.apache.sqoop.ConnFactory.instantiateFactories(ConnFactory.java:85)
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)