You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by Jarek Cecho <ja...@apache.org> on 2013/01/08 16:32:33 UTC

Review Request: SQOOP-818 Missing method setConnManager(Lcom/cloudera/sqoop/manager/ConnManager; )V in ExportJobContContext breaks MS SQL Connector

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8892/
-----------------------------------------------------------

Review request for Sqoop.


Description
-------

I've added missing method and one missing public inner class.


This addresses bug SQOOP-818.
    https://issues.apache.org/jira/browse/SQOOP-818


Diffs
-----

  src/java/com/cloudera/sqoop/manager/ExportJobContext.java 552f346 
  src/java/com/cloudera/sqoop/mapreduce/ExportOutputFormat.java dba4a49 

Diff: https://reviews.apache.org/r/8892/diff/


Testing
-------

* SQOOP-820 is needed in order to properly test this
* I've verified on ThirdParty tests that the connector is working using following command:

ant clean test '-Dtestcase=SQLServerManager*' -Dsqoop.test.sqlserver.connectstring.host_url=jdbc:sqlserver://<IP>:1433 -Dsqoop.test.msserver.connector.factory=com.microsoft.sqoop.SqlServer.MSSQLServerManagerFactory

Please note that 2 test are expected to fail as they are testing custom schema support that Connector from Microsoft do not have at the moment, namely:

* SQLServerManagerExportManualTest.testExportCustomSchema()
* SQLServerManagerImportManualTest.testImportDifferentSchema()


Thanks,

Jarek Cecho


Re: Review Request: SQOOP-818 Missing method setConnManager(Lcom/cloudera/sqoop/manager/ConnManager; )V in ExportJobContContext breaks MS SQL Connector

Posted by Cheolsoo Park <ch...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8892/#review15148
-----------------------------------------------------------

Ship it!


Ship It!

- Cheolsoo Park


On Jan. 8, 2013, 3:32 p.m., Jarek Cecho wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/8892/
> -----------------------------------------------------------
> 
> (Updated Jan. 8, 2013, 3:32 p.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Description
> -------
> 
> I've added missing method and one missing public inner class.
> 
> 
> This addresses bug SQOOP-818.
>     https://issues.apache.org/jira/browse/SQOOP-818
> 
> 
> Diffs
> -----
> 
>   src/java/com/cloudera/sqoop/manager/ExportJobContext.java 552f346 
>   src/java/com/cloudera/sqoop/mapreduce/ExportOutputFormat.java dba4a49 
> 
> Diff: https://reviews.apache.org/r/8892/diff/
> 
> 
> Testing
> -------
> 
> * SQOOP-820 is needed in order to properly test this
> * I've verified on ThirdParty tests that the connector is working using following command:
> 
> ant clean test '-Dtestcase=SQLServerManager*' -Dsqoop.test.sqlserver.connectstring.host_url=jdbc:sqlserver://<IP>:1433 -Dsqoop.test.msserver.connector.factory=com.microsoft.sqoop.SqlServer.MSSQLServerManagerFactory
> 
> Please note that 2 test are expected to fail as they are testing custom schema support that Connector from Microsoft do not have at the moment, namely:
> 
> * SQLServerManagerExportManualTest.testExportCustomSchema()
> * SQLServerManagerImportManualTest.testImportDifferentSchema()
> 
> 
> Thanks,
> 
> Jarek Cecho
> 
>