This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/flume.git
commit a01136861c6a993cb4a75f2883ea4aaa47dd797b Author: Ralph Goers <[email protected]> AuthorDate: Sun Jul 31 13:54:44 2022 -0700 Update version --- flume-ng-doc/sphinx/FlumeDeveloperGuide.rst | 2 +- flume-ng-doc/sphinx/FlumeUserGuide.rst | 6 +++--- flume-ng-doc/sphinx/index.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst b/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst index 2145b5c3c..6a01c6a8c 100644 --- a/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst +++ b/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst @@ -15,7 +15,7 @@ ====================================== -Flume 2.0.0-SNAPSHOT Developer Guide +Flume 1.10.1 Developer Guide ====================================== Introduction diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 9355fad16..fb1ffde92 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -15,7 +15,7 @@ ================================ -Flume 2.0.0-SNAPSHOT User Guide +Flume 1.10.1 User Guide ================================ Introduction @@ -4847,7 +4847,7 @@ Log4J Appender Appends Log4j events to a flume agent's avro source. A client using this appender must have the flume-ng-sdk in the classpath (eg, -flume-ng-sdk-2.0.0-SNAPSHOT.jar). +flume-ng-sdk-1.10.1.jar). Required properties are in **bold**. ===================== ======= ================================================================================== @@ -4911,7 +4911,7 @@ Load Balancing Log4J Appender Appends Log4j events to a list of flume agent's avro source. A client using this appender must have the flume-ng-sdk in the classpath (eg, -flume-ng-sdk-2.0.0-SNAPSHOT.jar). This appender supports a round-robin and random +flume-ng-sdk-1.10.1.jar). This appender supports a round-robin and random scheme for performing the load balancing. It also supports a configurable backoff timeout so that down agents are removed temporarily from the set of hosts Required properties are in **bold**. diff --git a/flume-ng-doc/sphinx/index.rst b/flume-ng-doc/sphinx/index.rst index 4a064a2a7..bfbd7fc8b 100644 --- a/flume-ng-doc/sphinx/index.rst +++ b/flume-ng-doc/sphinx/index.rst @@ -15,7 +15,7 @@ ================================================ -Apache Flume 2.0.0-SNAPSHOT documentation +Apache Flume 1.10.1 documentation ================================================ Flume is a distributed, reliable, and available system for efficiently
