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

Multiple column names to be included in --update-key argument with SQOOP export (update)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0-incubating
    • None
    • None

    Description

      Currently the --update-key argument in SQOOP export (Updates) supports only one column name. But in most real time scenarios the target db table would have composite primary key hence in the SQL generated by SQOOP we may have to include more than one condition separated by AND in the WHERE clauses, ie the db UPDATE query generated should be like
      UPDATE .... SET ... WHERE PKColumn1 = '<value>' AND PKColumn2= '<value>' AND ...
      For this we need to modify --update-key argument to accomodate more that one column name which is separated using some separator like comma.

      Attachments

        1. SQOOP-313-1.patch
          33 kB
          Arvind Prabhakar
        2. SQOOP-313.patch
          32 kB
          Arvind Prabhakar

        Activity

          People

            aprabhakar Arvind Prabhakar
            bejoyks Bejoy KS
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: