Updated Branches: refs/heads/trunk 3df65e12c -> 04b21c0b0
FLUME-1876. Document hadoop dependency of FileChannel when used with EmbeddedAgent. (Brock Noland 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/04b21c0b Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/04b21c0b Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/04b21c0b Branch: refs/heads/trunk Commit: 04b21c0b01b356c46b6381df9714ac96e45e188b Parents: 3df65e1 Author: Mike Percy <[email protected]> Authored: Fri Jan 25 12:42:49 2013 -0800 Committer: Mike Percy <[email protected]> Committed: Fri Jan 25 12:42:49 2013 -0800 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeDeveloperGuide.rst | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/04b21c0b/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst b/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst index 5744995..02b0088 100644 --- a/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst +++ b/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst @@ -442,6 +442,8 @@ via the put, putAll methods on the EmbeddedAgent object. Only File Channel and Memory Channel are allowed as channels while Avro Sink is the only supported sink. +Note: The embedded agent has a dependency on hadoop-core.jar. + Configuration of an Embedded Agent is similar to configuration of a full Agent. The following is an exhaustive list of configration options:
