You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/09/26 04:54:04 UTC

[jira] [Updated] (STORM-595) storm-hdfs can only work with sequence files that use Writables

     [ https://issues.apache.org/jira/browse/STORM-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-595:
-------------------------------
    Component/s: storm-hdfs

> storm-hdfs can only work with sequence files that use Writables
> ---------------------------------------------------------------
>
>                 Key: STORM-595
>                 URL: https://issues.apache.org/jira/browse/STORM-595
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-hdfs
>    Affects Versions: 0.9.3
>            Reporter: Mike Thomsen
>            Assignee: Mike Thomsen
>            Priority: Minor
>             Fix For: 0.10.0
>
>
> The current SequenceFormat interface requires that key() and value() return a class that implements Writable. This limitation makes it impossible to use object serialization systems like Avro or even Java serialization with the HDFS SequenceFileBolt.
> Proposed solution: change SequenceFormat so that key() and value() return an Object, not a Writable. This would keep existing functionality for those implementing Writable support while allowing serialization support for those of us that need it.



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