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)