GitHub user mikert reopened a pull request:
https://github.com/apache/storm/pull/347
Added support for serialization to SequenceFileBolt
Added support for org.apache.hadoop.io.serializer.Serialization to the
SequenceFileBolt. The new SerializableSequenceFormat interface allows
serialization systems like Avro to be plugged into the SequenceFileBolt.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mikert/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/347.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 #347
----
commit 569b0082e4d657d67737d6a7bf851ad0fcb057f3
Author: Mike Thomsen <[email protected]>
Date: 2014-12-14T12:54:59Z
Added support for serialization to SequenceFileBolt
Added support for org.apache.hadoop.io.serializer.Serialization to the
SequenceFileBolt. The new SerializableSequenceFormat interface allows
serialization systems like Avro to be plugged into the SequenceFileBolt.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---