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

Add splitter support for N(LONG)(VAR)CHAR Sql type

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 1.4.2
    • None
    • None

    Description

      Sqoop currently do not support splitting data on N(LONG)(VAR)CHAR column types. We're however supporting splitting on (LONG)(VAR)CHAR using TextSplitter:

          case Types.CHAR:
          case Types.VARCHAR:
          case Types.LONGVARCHAR:
            return new TextSplitter();
      

      I believe that adding support of N(LONG)(VAR)CHAR splitter could be only matter of adding appropriate cases into this code snippet, but such addition must be properly tested.

      Attachments

        Issue Links

          Activity

            People

              lhillenbrand Linden Hillenbrand
              jarcec Jarek Jarcec Cecho
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: