Updated Branches: refs/heads/trunk d3f5123c4 -> e27ae5fdc
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/e27ae5fd Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/e27ae5fd Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/e27ae5fd Branch: refs/heads/trunk Commit: e27ae5fdce48100a85e353f97ed8a150afe5a4aa Parents: d3f5123 Author: Roshan Naik <[email protected]> Authored: Thu Nov 7 13:07:24 2013 -0800 Committer: Roshan Naik <[email protected]> Committed: Thu Nov 7 13:07:24 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/e27ae5fd/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::
