Repository: flume Updated Branches: refs/heads/trunk 651559fbf -> b92fbdcf0
FLUME-2676. Update flume docs and release notes to 1.7-SNAPSHOT in trunk and 1.7 branch Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/b92fbdcf Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/b92fbdcf Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/b92fbdcf Branch: refs/heads/trunk Commit: b92fbdcf0ea34efe47749af872bb68dc98b0cad5 Parents: 651559f Author: Hari Shreedharan <[email protected]> Authored: Wed Apr 15 22:13:30 2015 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Wed Apr 15 22:14:52 2015 -0700 ---------------------------------------------------------------------- RELEASE-NOTES | 6 +++--- flume-ng-doc/sphinx/FlumeDeveloperGuide.rst | 2 +- flume-ng-doc/sphinx/FlumeUserGuide.rst | 6 +++--- flume-ng-doc/sphinx/index.rst | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/b92fbdcf/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8a47eaf..99e1328 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -Apache Flume 1.5.2 +Apache Flume 1.6.0 CONTENTS 1. What is Apache Flume @@ -17,8 +17,8 @@ simple, extensible data model that allows for online analytic application. 2. Status of this release -Apache Flume 1.5.2 is the eighth release of Flume as an Apache top-level project -(TLP). Apache Flume 1.5.2 is production-ready software. +Apache Flume 1.6.0 is the ninth release of Flume as an Apache top-level project +(TLP). Apache Flume 1.6.0 is production-ready software. 3. Major changes in this Release For a detailed list of changes, please see the CHANGELOG file included http://git-wip-us.apache.org/repos/asf/flume/blob/b92fbdcf/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst b/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst index f948778..52a0cf2 100644 --- a/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst +++ b/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst @@ -15,7 +15,7 @@ ====================================== -Flume 1.6.0-SNAPSHOT Developer Guide +Flume 1.7.0-SNAPSHOT Developer Guide ====================================== Introduction http://git-wip-us.apache.org/repos/asf/flume/blob/b92fbdcf/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 8d91cec..39f5bad 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -15,7 +15,7 @@ ====================================== -Flume 1.6.0-SNAPSHOT User Guide +Flume 1.7.0-SNAPSHOT User Guide ====================================== Introduction @@ -3420,7 +3420,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-1.6.0-SNAPSHOT.jar). +flume-ng-sdk-1.7.0-SNAPSHOT.jar). Required properties are in **bold**. ===================== ======= ================================================================================== @@ -3484,7 +3484,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-1.6.0-SNAPSHOT.jar). This appender supports a round-robin and random +flume-ng-sdk-1.7.0-SNAPSHOT.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**. http://git-wip-us.apache.org/repos/asf/flume/blob/b92fbdcf/flume-ng-doc/sphinx/index.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/index.rst b/flume-ng-doc/sphinx/index.rst index 39cf13f..e3fd1b7 100644 --- a/flume-ng-doc/sphinx/index.rst +++ b/flume-ng-doc/sphinx/index.rst @@ -15,7 +15,7 @@ ================================================ -Apache Flume 1.6.0-SNAPSHOT documentation +Apache Flume 1.7.0-SNAPSHOT documentation ================================================ Flume is a distributed, reliable, and available system for efficiently
