Updated Branches:
  refs/heads/flume-1.5 044df0614 -> 583038a18

FLUME-2239. Clarify File Channel's dataDirs setting in User Guide

(Roshan Naik via Hari Shreedharan)


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

Branch: refs/heads/flume-1.5
Commit: 583038a18ddb4c9e887dbe77342469cbe722224c
Parents: 044df06
Author: Hari Shreedharan <hshreedha...@apache.org>
Authored: Fri Dec 13 14:47:27 2013 -0800
Committer: Hari Shreedharan <hshreedha...@apache.org>
Committed: Fri Dec 13 14:48:05 2013 -0800

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/583038a1/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst 
b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 0269074..335a991 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -2138,7 +2138,7 @@ Property Name         Default                           
Description
 checkpointDir                                     
~/.flume/file-channel/checkpoint  The directory where checkpoint file will be 
stored
 useDualCheckpoints                                false                        
     Backup the checkpoint. If this is set to ``true``, ``backupCheckpointDir`` 
**must** be set
 backupCheckpointDir                               --                           
     The directory where the checkpoint is backed up to. This directory **must 
not** be the same as the data directories or the checkpoint directory
-dataDirs                                          ~/.flume/file-channel/data   
     The directory where log files will be stored
+dataDirs                                          ~/.flume/file-channel/data   
     Comma separated list of directories for storing log files. Using multiple 
directories on separate disks can improve file channel peformance
 transactionCapacity                               1000                         
     The maximum size of transaction supported by the channel
 checkpointInterval                                30000                        
     Amount of time (in millis) between checkpoints
 maxFileSize                                       2146435071                   
     Max size (in bytes) of a single log file

Reply via email to