Updated Branches: refs/heads/flume-1.4 b7144d53c -> e8cbcd433
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/e8cbcd43 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/e8cbcd43 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/e8cbcd43 Branch: refs/heads/flume-1.4 Commit: e8cbcd43368e286f66b54cedf831591af754bef4 Parents: b7144d5 Author: Mike Percy <[email protected]> Authored: Fri Jan 25 12:42:49 2013 -0800 Committer: Mike Percy <[email protected]> Committed: Fri Jan 25 12:43:15 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/e8cbcd43/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:
