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 2016/08/21 19:36:35 UTC

flume git commit: FLUME-2975. docs: Fix NetcatSource example

Repository: flume
Updated Branches:
  refs/heads/trunk 118d5a4bc -> e0deb7281


FLUME-2975. docs: Fix NetcatSource example

(Bessenyei Bal�zs Don�t 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/e0deb728
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/e0deb728
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/e0deb728

Branch: refs/heads/trunk
Commit: e0deb7281fce0f6937f20da305b58d52d9a67a94
Parents: 118d5a4
Author: Bessenyei Bal�zs Don�t <be...@cloudera.com>
Authored: Sun Aug 21 12:34:52 2016 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Sun Aug 21 12:35:51 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flume/blob/e0deb728/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 1c15f1e..5e677c6 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -1311,7 +1311,7 @@ Example for agent named a1:
   a1.channels = c1
   a1.sources.r1.type = netcat
   a1.sources.r1.bind = 0.0.0.0
-  a1.sources.r1.bind = 6666
+  a1.sources.r1.port = 6666
   a1.sources.r1.channels = c1
 
 Sequence Generator Source