+ " appropriate connection manager is not being set (via"
+ " --connection-manager). Sqoop is going to fall back to "
+ GenericJdbcManager.class.getCanonicalName() + ". Please specify"
+ " explicitly which connection manager should be used next time."
);
return new GenericJdbcManager(manualDriver, options);
}
// If user specified explicit connection manager, let's use it
if (managerClassName != null){
ConnManager connManager = null;