You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2019/08/05 14:54:28 UTC

[flume] branch trunk updated: It seems there are some mistakes in user doc, please verify it

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 66fe199  It seems there are some mistakes in user doc,please verify it
     new adc7d81  Merge pull request #294 from xiaobai-Fei/trunk
66fe199 is described below

commit 66fe19916736aee9d94b8e2de2b672fcd5e38e7c
Author: xiaobai-Fei <Q2961959475@gmail.com’>
AuthorDate: Sun Aug 4 12:22:54 2019 +0800

    It seems there are some mistakes in user doc,please verify it
---
 flume-ng-doc/sphinx/FlumeUserGuide.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 25c1d46..0408d79 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -490,10 +490,10 @@ component:
   <Agent>.sources.<Source>.<someProperty> = <someValue>
 
   # properties for channels
-  <Agent>.channel.<Channel>.<someProperty> = <someValue>
+  <Agent>.channels.<Channel>.<someProperty> = <someValue>
 
   # properties for sinks
-  <Agent>.sources.<Sink>.<someProperty> = <someValue>
+  <Agent>.sinks.<Sink>.<someProperty> = <someValue>
 
 The property "type" needs to be set for each component for Flume to understand
 what kind of object it needs to be. Each source, sink and channel type has its