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

Parquet compression should be configurable via table property

Log workAgile BoardRank to TopRank to BottomBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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.patch
          5 kB
          Ferdinand Xu
        2. HIVE-7858.patch
          5 kB
          Brock Noland
        3. HIVE-7858.1.patch
          6 kB
          Ferdinand Xu

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment