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

Parquet compression should be configurable via table property

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • None
    • The property parquet.compression can now be configured as a table property.

    Description

      ORC supports the orc.compress table property:

      https://cwiki.apache.org/confluence/display/Hive/LanguageManual+ORC

      create table Addresses (
        name string,
        street string,
        city string,
        state string,
        zip int
      ) stored as orc tblproperties ("orc.compress"="NONE");
      

      I think it'd be great to support the same for Parquet.

      Attachments

        1. HIVE-7858.1.patch
          6 kB
          Ferdinand Xu
        2. HIVE-7858.patch
          5 kB
          Brock Noland
        3. HIVE-7858.patch
          5 kB
          Ferdinand Xu

        Issue Links

          Activity

            People

              Ferd Ferdinand Xu
              brocknoland Brock Noland
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: