Updated Branches:
  refs/heads/flume-1.4 7d6947d73 -> 2fd21e7b2

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/2fd21e7b
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/2fd21e7b
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/2fd21e7b

Branch: refs/heads/flume-1.4
Commit: 2fd21e7b2d63f9e401633553c57110465fd399da
Parents: 7d6947d
Author: Mike Percy <[email protected]>
Authored: Wed Apr 3 13:55:54 2013 -0700
Committer: Mike Percy <[email protected]>
Committed: Wed Apr 3 13:56:30 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/2fd21e7b/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

Reply via email to