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

Altered skewed location is not respected for list bucketing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 2.0.1
    • None
    • Query Planning
    • None

    Description

      CREATE TABLE list_bucket_single (key STRING, value STRING)
      SKEWED BY (key) ON (1,5,6) STORED AS DIRECTORIES;

      alter table list_bucket_single set skewed location (''1"="/user/hive/warehouse/hdfs_skewed/new1");

      While when you insert a row to key 1, the location falls back to the default one.

      Attachments

        1. HIVE-14341.1.patch
          16 kB
          Aihua Xu
        2. HIVE-14341.2.patch
          20 kB
          Aihua Xu

        Issue Links

          Activity

            People

              aihuaxu Aihua Xu
              aihuaxu Aihua Xu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: