Updated Branches: refs/heads/flume-1.5 4424dc6c7 -> 044df0614
FLUME-2264. Log4j Appender + Avro Reflection on string results in an invalid avro schema (Brock Noland via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/044df061 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/044df061 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/044df061 Branch: refs/heads/flume-1.5 Commit: 044df0614db786dee4bb86ca21ee6217c2896c48 Parents: 4424dc6 Author: Hari Shreedharan <[email protected]> Authored: Fri Dec 13 14:14:57 2013 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Fri Dec 13 14:14:57 2013 -0800 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/044df061/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index ae66f89..0269074 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -2813,18 +2813,18 @@ appender must have the flume-ng-sdk in the classpath (eg, flume-ng-sdk-1.5.0-SNAPSHOT.jar). Required properties are in **bold**. -===================== ======= ============================================================== +===================== ======= ================================================================================== Property Name Default Description -===================== ======= ============================================================== +===================== ======= ================================================================================== **Hostname** -- The hostname on which a remote Flume agent is running with an avro source. **Port** -- The port at which the remote Flume agent's avro source is listening. UnsafeMode false If true, the appender will not throw exceptions on failure to send the events. -AvroReflectionEnabled false Use Avro Reflection to serialize Log4j events. +AvroReflectionEnabled false Use Avro Reflection to serialize Log4j events. (Do not use when users log strings) AvroSchemaUrl -- A URL from which the Avro schema can be retrieved. -===================== ======= ============================================================== +===================== ======= ================================================================================== Sample log4j.properties file:
