Mubarak Seyed created FLUME-1669:
------------------------------------

             Summary: Add support for columnar event serializer in HDFS
                 Key: FLUME-1669
                 URL: https://issues.apache.org/jira/browse/FLUME-1669
             Project: Flume
          Issue Type: New Feature
          Components: Sinks+Sources
            Reporter: Mubarak Seyed
            Assignee: Mubarak Seyed
             Fix For: v1.4.0


Motivation:
Columnar storage is preferred for better performance and compression for 
low-latency analytical workloads. Avro 1.7.2 supports column-major file format 
[1]
and we can implement {{AbstractTrevniColumnarEventSerializer}} (as like 
{{AbstractAvroEventSerializer}}). {{HDFSSink}} can have serializer type to 
store events in Trevni column-major file format.

[1] https://github.com/cutting/
    http://avro.apache.org/docs/current/trevni/spec.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to