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

Incremental import to HBase deletes only last version of column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.7
    • 1.5.0
    • hbase-integration
    • None

    Description

      Deletes are supported since SQOOP-3149, but we're only deleting the last version of a column when the corresponding cell was set to NULL in the source table.

      This can lead to unexpected and misleading results if the row has been transferred multiple times, which can easily happen if it's being modified on the source side.

      Also SQOOP-3149 is using a new Put command for every column instead of a single Put per row as before. This could probably lead to a performance drop for wide tables (for which HBase is otherwise usually recommended).

      jilani, anna.szonyi could you please comment on what you think would be the expected behavior here?

      Attachments

        1. SQOOP-3267.2.patch
          19 kB
          Daniel Voros
        2. SQOOP-3267.1.patch
          2 kB
          Daniel Voros

        Issue Links

          Activity

            People

              dvoros Daniel Voros
              dvoros Daniel Voros
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: