lib/fluent/plugin/webhdfs_compressor_snappy.rb in fluent-plugin-webhdfs-0.7.1 vs lib/fluent/plugin/webhdfs_compressor_snappy.rb in fluent-plugin-webhdfs-1.0.0

- old
+ new

@@ -1,6 +1,6 @@ -module Fluent - class WebHDFSOutput < Fluent::TimeSlicedOutput +module Fluent::Plugin + class WebHDFSOutput < Output class SnappyCompressor < Compressor WebHDFSOutput.register_compressor('snappy', self) def initialize(options = {}) begin