----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4972/ -----------------------------------------------------------
Review request for Sqoop. Summary ------- Sqoop-1.4.* is incompatible with Microsoft SQL server connector due to the namespace migration from com.cloudera to org.apache. The changes include: 1) Add a wrapper method setConnManager(com.cloudera.sqoop.manager.ConnManager) to ImportJobContext. 2) Enhance SQL server manager test so that it can be used with Microsoft connector as well. Diffs ----- /build.xml 1333179 /src/java/com/cloudera/sqoop/manager/ImportJobContext.java 1333179 /src/test/com/cloudera/sqoop/manager/SQLServerManagerImportManualTest.java 1333179 Diff: https://reviews.apache.org/r/4972/diff Testing ------- 1) Ran SQLServerManagerImportTest using the Microsoft connector. 2) Ran ant test, ant test -Dthirdparty=true, and ant checkstyle. Thanks, Cheolsoo
