You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Suresh (JIRA)" <ji...@apache.org> on 2015/09/09 21:20:48 UTC

[jira] [Created] (SQOOP-2561) Special Character removal from Column name as avro results in duplicate column and fails the import

Suresh created SQOOP-2561:
-----------------------------

             Summary: Special Character removal from Column name as avro results in duplicate column and fails the import
                 Key: SQOOP-2561
                 URL: https://issues.apache.org/jira/browse/SQOOP-2561
             Project: Sqoop
          Issue Type: Bug
          Components: connectors
    Affects Versions: 1.4.5
         Environment: cdh5.3.2
            Reporter: Suresh
             Fix For: 1.4.5


When a Special character like '$' or  '#' are present in column name, sqoop/avro removes those special character. In some cases it leads to duplicate column.
e.g. If we have COL$1 and COL1$ in the schema, it removes both of them and creates the duplicate column as COL1 and it results in failure of the SQOOP import job as a avro data. The same table can be loaded without --as-avarodata flag.

The similar issue is raised in, https://issues.apache.org/jira/browse/SQOOP-1361 - which i suppose is fixed and the fix is creating this new issue.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)