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

always use fully qualified path for tables/partitions/etc.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • None
    • None

    Description

      1. Different services, or the same one at different times, may have different default FS, so it doesn't make sense to persist a non-qualified path.
      2. The logic to detect whether we are using default FS or not is anyway rather questionable e.g. it will run if the setting is set to the same value as the default fs, as long as it's set.
      3. In fact might be more expensive that just making the path qualified as it iterates thru all the properties, including the ones added from getConfVarInputStream.
      4. It also hits HADOOP-13500.

      Attachments

        1. HIVE-17628.patch
          5 kB
          Sergey Shelukhin
        2. HIVE-17628.01.patch
          7 kB
          Sergey Shelukhin

        Activity

          People

            sershe Sergey Shelukhin
            sershe Sergey Shelukhin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: