[
https://issues.apache.org/jira/browse/BEAM-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15180304#comment-15180304
]
ASF GitHub Bot commented on BEAM-95:
------------------------------------
GitHub user lukecwik opened a pull request:
https://github.com/apache/incubator-beam/pull/22
[BEAM-95] Use snappy compression on objects serialized via SerializabUtils
R: @davorbonaci
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lukecwik/incubator-beam snappy
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/22.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22
----
commit ba426f53d692e3fcb78e8ae5bda6895392af1fce
Author: Luke Cwik <[email protected]>
Date: 2016-03-04T18:13:15Z
[BEAM-95] Use snappy compression on objects serialized via SerializableUtils
commit d8ed89fa8fcb1e6d2f3ed7825b5ff1863b7b78bc
Author: Luke Cwik <[email protected]>
Date: 2016-03-04T18:15:59Z
[BEAM-95] Add dependency explicitly to SDK pom
----
> Compress DoFn's / SerializableCoder / ... when serializing objects
> ------------------------------------------------------------------
>
> Key: BEAM-95
> URL: https://issues.apache.org/jira/browse/BEAM-95
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: Trivial
>
> Update to use snappy compression on SerializableUtils. This will make DoFns
> and SerializableCoder representations smaller.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)