Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-1200

Fix CombineHiveInputFormat to work with multi-level of directories in a single table/partition

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.6.0
    • None
    • Reviewed

    Description

      The CombineHiveInputFormat does not work with multi-level of directories in a single table/partition, because it uses an exact match logic, instead of the relativize logic as in MapOperator

      MapOperator.java:
                if (!onepath.toUri().relativize(fpath.toUri()).equals(fpath.toUri())) {
      

      Attachments

        1. HIVE-1200.1.patch
          3 kB
          Zheng Shao
        2. HIVE-1200.1.branch-0.5.patch
          7 kB
          Zheng Shao

        Activity

          People

            zshao Zheng Shao
            zshao Zheng Shao
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: