Updated Branches:
  refs/heads/trunk 79dc97bdd -> 90bb15383

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

Branch: refs/heads/trunk
Commit: 90bb15383c9a6d0b376c3ff5c83adade5092f8c4
Parents: 79dc97b
Author: Hari Shreedharan <[email protected]>
Authored: Fri Dec 13 14:47:27 2013 -0800
Committer: Hari Shreedharan <[email protected]>
Committed: Fri Dec 13 14:47:27 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/90bb1538/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