Uploaded image for project: 'Sqoop (Retired)'
  1. Sqoop (Retired)
  2. SQOOP-3138

Netezza Direct Import does not support --columns options

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.4.6
    • 1.4.7
    • connectors
    • None
    • Important

    Description

      Netezza Direct import Mapper is not sensitive to columns option. The parameters passed to --columns C1,C2,C3,C4 are ignored by NetezzaExternalTableImportMapper.

      NetezzaExternalTableImportMapper on line 83 is based of output field names instead of input field names.

      Even when -D mapreduce.jdbc.output.field.names=C1,C2,C3,C4 is set, another bug in NetezzaExternalTableImportMapper @ line 128 duplicates the first column. This is due to the for loop initialization bug where variable i should be initialized to 1 instead of 0.

      Attachments

        1. SQOOP-3138.patch
          1 kB
          Suraj Nayak

        Issue Links

          Activity

            People

              snayakm Suraj Nayak
              snayakm Suraj Nayak
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: