resolve ERROR tool.ImportTool: Imported Failed: Duplicate Column identifier 
specified: 'ID'
-------------------------------------------------------------------------------------------

                 Key: SQOOP-368
                 URL: https://issues.apache.org/jira/browse/SQOOP-368
             Project: Sqoop
          Issue Type: Bug
          Components: tools
    Affects Versions: 1.4.0
         Environment: 64bit Ubuntu 10.10 Linux, Java build 1.6.0_24-b07, mysql 
5.1.49-1ubuntu8.1
            Reporter: 郭芸
             Fix For: 1.4.0


for execute this command:import --connect jdbc:mysql://localhost/sqoop_datas  
--username root --password 123456 --query "select sqoop_source_datas.id as 
foo_id, sqoop_2.id as bar_id from sqoop_source_datas ,sqoop_2  WHERE 
$CONDITIONS" --target-dir /tmp/sqoop/foo -split-by foo_id   
--hadoop-home=/home/guoyun/Downloads/hadoop-0.20.2-CDH3B4
because table sqoop_source_datas and table sqoop_2 have the same column:id.so 
it will report error:resolve ERROR tool.ImportTool: Imported Failed: Duplicate 
Column identifier specified: 'ID'



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to