[ 
https://issues.apache.org/jira/browse/HADOOP-4955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Enis Soztutar resolved HADOOP-4955.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.1
     Hadoop Flags: [Reviewed]

I committed this to trunk, 0.19 and 0.20 branches. Thanks Kevin! 

> Make DBOutputFormat us column names from setOutput(...)
> -------------------------------------------------------
>
>                 Key: HADOOP-4955
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4955
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: Ubuntu 8.04, Java 6, MySQL 5.0 (most likely not relevant)
>            Reporter: Kevin Peterson
>             Fix For: 0.19.1
>
>         Attachments: hadoop-4955.txt, patch.txt
>
>
> In org.apache.hadoop.mapred.lib.db.DBOutputFormat, the supplied names of the 
> columns are not used for inserting values. The column names supplied to 
> DBOutputFormat.setOutput(JobConf, String, String...) are used to determine 
> the number of values to insert, but the order is dictated by the table 
> definition of the underlying database. This affects the correct indices for 
> DBWritable.write(PreparedStatement).
> I will attach a patch that correctly maps these values.
> I am characterizing this as a bug rather than an improvement because there 
> may be existing code which implicitly relied on DBOutputFormat ignoring the 
> supplied table names.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to