You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by ro...@apache.org on 2013/11/07 22:09:51 UTC

git commit: FLUME-2231. Add details in Flume Ganglia config in User Guide

Updated Branches:
  refs/heads/flume-1.5 f53d62a35 -> b17626f72


FLUME-2231. Add details in Flume Ganglia config in User Guide

(Ashish Paliwal via Roshan Naik)


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

Branch: refs/heads/flume-1.5
Commit: b17626f72ec4e9afd99bf36a5898dfdb4ea13711
Parents: f53d62a
Author: Roshan Naik <ro...@hortonworks.com>
Authored: Thu Nov 7 13:07:24 2013 -0800
Committer: Roshan Naik <ro...@hortonworks.com>
Committed: Thu Nov 7 13:09:21 2013 -0800

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/b17626f7/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index aae63b7..0f12427 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -2956,9 +2956,9 @@ and can be specified in the flume-env.sh:
 Property Name            Default  Description
 =======================  =======  =====================================================================================
 **type**                 --       The component type name, has to be ``ganglia``
-**hosts**                --       Comma-separated list of ``hostname:port``
-pollInterval             60       Time, in seconds, between consecutive reporting to ganglia server
-isGanglia3               false    Ganglia server version is 3. By default, Flume sends in ganglia 3.1 format
+**hosts**                --       Comma-separated list of ``hostname:port`` of Ganglia servers
+pollInterval             60       Time, in seconds, between consecutive reporting to Ganglia server
+isGanglia3               false    Ganglia server version is 3. By default, Flume sends in Ganglia 3.1 format
 =======================  =======  =====================================================================================
 
 We can start Flume with Ganglia support as follows::