You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by mp...@apache.org on 2013/04/03 22:56:36 UTC

git commit: FLUME-1962. Document proper specification of lzo codec as lzop in Flume User Guide.

Updated Branches:
  refs/heads/trunk 3f4298cd5 -> 44d899643


FLUME-1962. Document proper specification of lzo codec as lzop in Flume User Guide.

(Jeff Lord via Mike Percy)


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/44d89964
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/44d89964
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/44d89964

Branch: refs/heads/trunk
Commit: 44d899643a1a033d7aa002e243891f2c43ecbe1b
Parents: 3f4298c
Author: Mike Percy <mp...@apache.org>
Authored: Wed Apr 3 13:55:54 2013 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Wed Apr 3 13:55:54 2013 -0700

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/44d89964/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 060c0ac..54c9331 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -1418,7 +1418,7 @@ hdfs.rollCount          10            Number of events written to file before it
 hdfs.idleTimeout        0             Timeout after which inactive files get closed
                                       (0 = disable automatic closing of idle files)
 hdfs.batchSize          100           number of events written to file before it is flushed to HDFS
-hdfs.codeC              --            Compression codec. one of following : gzip, bzip2, lzo, snappy
+hdfs.codeC              --            Compression codec. one of following : gzip, bzip2, lzo, lzop, snappy
 hdfs.fileType           SequenceFile  File format: currently ``SequenceFile``, ``DataStream`` or ``CompressedStream``
                                       (1)DataStream will not compress output file and please don't set codeC
                                       (2)CompressedStream requires set hdfs.codeC with an available codeC