Updated Branches: refs/heads/flume-1.4 8a3b6357c -> 2867e4563
FLUME-1802: Missing parameter --conf in example of the Flume User Guide (Oliver B. Fischer via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/2867e456 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/2867e456 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/2867e456 Branch: refs/heads/flume-1.4 Commit: 2867e4563e4d1e5984e402bbc037c39412abc295 Parents: 8a3b635 Author: Brock Noland <[email protected]> Authored: Wed Dec 19 10:47:21 2012 -0600 Committer: Brock Noland <[email protected]> Committed: Wed Dec 19 10:47:33 2012 -0600 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/2867e456/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 69860f7..63b8f9b 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -188,7 +188,7 @@ several named agents; when a given Flume process is launched a flag is passed te Given this configuration file, we can start Flume as follows:: - $ bin/flume-ng agent --conf-file example.conf --name a1 -Dflume.root.logger=INFO,console + $ bin/flume-ng agent --conf conf --conf-file example.conf --name a1 -Dflume.root.logger=INFO,console Note that in a full deployment we would typically include one more option: ``--conf=<conf-dir>``. The ``<conf-dir>`` directory would include a shell script *flume-env.sh* and potentially a log4j properties file.
