Updated Branches: refs/heads/trunk 58f3f6fb1 -> 79dc97bdd
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/79dc97bd Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/79dc97bd Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/79dc97bd Branch: refs/heads/trunk Commit: 79dc97bddbf6602c5f375337b3261f33d5555775 Parents: 58f3f6f Author: Hari Shreedharan <[email protected]> Authored: Fri Dec 13 14:14:57 2013 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Fri Dec 13 14:15:52 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/79dc97bd/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:
