Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
1.4.1-incubating
-
None
-
None
Description
When specifying --driver "oracle.jdbc.OracleDriver" in cli,a GenericJdbcManager instead of OracleManager is initialized even when -connect-manager is specified due to the following code in org.apache.sqoop.manager.DefaultManagerFactory. Should have been put after the connection scheme is judged.
String manualDriver = options.getDriverClassName();
if (manualDriver != null)
Attachments
Issue Links
- relates to
-
SQOOP-529 Enforce usage of --driver and --connection-manager parameters
- Resolved