Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Applies to release: none (trunk) Flume 1.2.0 as of 2012-0508-2112

Using Event Serializers

The hdfs and file_roll sinks support using event serializers. EventSerializer is an interface that allows arbitrary serialization of an event. While it is possible to implement this interface directly, many people will prefer to use one of the Avro serialization implementations built into Flume.

...