[ 
https://issues.apache.org/jira/browse/SQOOP-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504313#comment-13504313
 ] 

Hudson commented on SQOOP-382:
------------------------------

Integrated in Sqoop-ant-jdk-1.6-hadoop20 #332 (See 
[https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop20/332/])
    SQOOP-382: Connection parameters should be used on the mapper (Revision 
817195ebb0bd54c9a81f1f1960858f0b495e63bd)

     Result = FAILURE
jarcec : 
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=817195ebb0bd54c9a81f1f1960858f0b495e63bd
Files : 
* src/java/org/apache/sqoop/mapreduce/JdbcUpsertExportJob.java
* src/java/org/apache/sqoop/mapreduce/JdbcUpdateExportJob.java
* src/test/org/apache/sqoop/mapreduce/db/TestDBConfiguration.java
* src/java/org/apache/sqoop/mapreduce/DataDrivenImportJob.java
* src/java/org/apache/sqoop/mapreduce/db/DBConfiguration.java
* src/test/com/cloudera/sqoop/manager/PGBulkloadManagerManualTest.java
* src/java/org/apache/sqoop/mapreduce/MySQLDumpImportJob.java
* src/java/org/apache/sqoop/mapreduce/PGBulkloadExportJob.java
* src/java/org/apache/sqoop/mapreduce/JdbcExportJob.java
* src/test/com/cloudera/sqoop/mapreduce/db/TestDataDrivenDBInputFormat.java
* src/java/org/apache/sqoop/mapreduce/MySQLExportJob.java

                
> Connection parameters should be used on the mapper
> --------------------------------------------------
>
>                 Key: SQOOP-382
>                 URL: https://issues.apache.org/jira/browse/SQOOP-382
>             Project: Sqoop
>          Issue Type: Bug
>            Reporter: David Robson
>            Assignee: David Robson
>             Fix For: 1.4.3
>
>         Attachments: SQOOP-382.patch
>
>
> Currently you can specify connection parameters using --connection-param-file 
> <properties-file>.
> This applies the connection parameters to the connection when generating the 
> Sqoop code - but the parameters are not passed down to the mapper.
> Instead of specifying a parameters file couldn't we have a comma seperated 
> list that could be specified on the command line or in sqoop-site.xml - that 
> way it would be easier to override the settings per job, and they would be 
> passed down to the mappers. It would then be simple to modify 
> DBConfiguration.getConnection to read these.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to