You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Mariappan Asokan (JIRA)" <ji...@apache.org> on 2014/10/05 20:55:35 UTC

[jira] [Created] (HIVE-8355) Compress serialized bytes for all objects before encoding

Mariappan Asokan created HIVE-8355:
--------------------------------------

             Summary: Compress serialized bytes for all objects before encoding
                 Key: HIVE-8355
                 URL: https://issues.apache.org/jira/browse/HIVE-8355
             Project: Hive
          Issue Type: Improvement
          Components: HCatalog
    Affects Versions: 0.13.1
            Reporter: Mariappan Asokan


The {{HCatUtil.serialize()}} method can compress the serialized bytes before encoding to cut down the number of bytes shipped via Hadoop Configuration object since there is a limit of about 5 MB (see HCATALOG-453.)  The complementary method {{HCatUtil.deserialize()}} should decode, decompress, and deserialize.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)