Miklos Christine created SQOOP-1173:
---------------------------------------

             Summary: Add option to skip rows missing columns
                 Key: SQOOP-1173
                 URL: https://issues.apache.org/jira/browse/SQOOP-1173
             Project: Sqoop
          Issue Type: New Feature
          Components: hive-integration
    Affects Versions: 1.4.4
            Reporter: Miklos Christine
            Priority: Minor


If exporting lots of rows from Hive, some rows may not have the correct # of 
columns within the raw data. 
Hive still interprets these missing values as NULL values, and it would be nice 
to have an option to allow these rows to be skipped and logged into a file. 

Export:
a1|b1|c1|d1
a2|b2
a3|b3|c3|d3

Skips:
a2|b2
Logs to a file for inspection after the export job. 



--
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