Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.99.6
-
None
-
None
Description
On internal hackathon we we're hacking Sqoop 2 connector with singhashish and we went through few troubles that we should address.
We currently require that all properties are properly initialized in object creation - for example check the LinkConfiguration constructor from Generic JDBC connector. Otherwise we get "funny" NullPointerExceptions in ConfigUtils. I think that we should simply make ConfigUtils smart enough to deal with the null and not force all developers to put unnecessary lines of code.