You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by de...@apache.org on 2017/09/13 16:48:05 UTC

[1/4] flume git commit: FLUME-3164. Update version to 1.9.0-SNAPSHOT in pom.xmls and documentation files

Repository: flume
Updated Branches:
  refs/heads/trunk 8b3fad52b -> 82e9f4d48


FLUME-3164. Update version to 1.9.0-SNAPSHOT in pom.xmls and documentation files


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/82e9f4d4
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/82e9f4d4
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/82e9f4d4

Branch: refs/heads/trunk
Commit: 82e9f4d4845934ea77c26be491dc5a856970c7bd
Parents: 7e6c3f1
Author: Denes Arvay <de...@apache.org>
Authored: Wed Sep 13 18:17:26 2017 +0200
Committer: Denes Arvay <de...@apache.org>
Committed: Wed Sep 13 18:45:02 2017 +0200

----------------------------------------------------------------------
 flume-checkstyle/pom.xml                                 | 2 +-
 flume-ng-auth/pom.xml                                    | 2 +-
 flume-ng-channels/flume-file-channel/pom.xml             | 2 +-
 flume-ng-channels/flume-jdbc-channel/pom.xml             | 2 +-
 flume-ng-channels/flume-kafka-channel/pom.xml            | 2 +-
 flume-ng-channels/flume-spillable-memory-channel/pom.xml | 2 +-
 flume-ng-channels/pom.xml                                | 2 +-
 flume-ng-clients/flume-ng-log4jappender/pom.xml          | 2 +-
 flume-ng-clients/pom.xml                                 | 2 +-
 flume-ng-configuration/pom.xml                           | 2 +-
 flume-ng-core/pom.xml                                    | 2 +-
 flume-ng-dist/pom.xml                                    | 2 +-
 flume-ng-doc/sphinx/FlumeDeveloperGuide.rst              | 2 +-
 flume-ng-doc/sphinx/FlumeUserGuide.rst                   | 6 +++---
 flume-ng-doc/sphinx/index.rst                            | 2 +-
 flume-ng-embedded-agent/pom.xml                          | 2 +-
 flume-ng-legacy-sources/flume-avro-source/pom.xml        | 2 +-
 flume-ng-legacy-sources/flume-thrift-source/pom.xml      | 2 +-
 flume-ng-legacy-sources/pom.xml                          | 2 +-
 flume-ng-node/pom.xml                                    | 2 +-
 flume-ng-sdk/pom.xml                                     | 2 +-
 flume-ng-sinks/flume-dataset-sink/pom.xml                | 2 +-
 flume-ng-sinks/flume-hdfs-sink/pom.xml                   | 2 +-
 flume-ng-sinks/flume-hive-sink/pom.xml                   | 2 +-
 flume-ng-sinks/flume-http-sink/pom.xml                   | 2 +-
 flume-ng-sinks/flume-irc-sink/pom.xml                    | 2 +-
 flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml       | 2 +-
 flume-ng-sinks/flume-ng-hbase-sink/pom.xml               | 2 +-
 flume-ng-sinks/flume-ng-kafka-sink/pom.xml               | 2 +-
 flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml      | 2 +-
 flume-ng-sinks/pom.xml                                   | 2 +-
 flume-ng-sources/flume-jms-source/pom.xml                | 2 +-
 flume-ng-sources/flume-kafka-source/pom.xml              | 2 +-
 flume-ng-sources/flume-scribe-source/pom.xml             | 2 +-
 flume-ng-sources/flume-taildir-source/pom.xml            | 2 +-
 flume-ng-sources/flume-twitter-source/pom.xml            | 2 +-
 flume-ng-sources/pom.xml                                 | 2 +-
 flume-ng-tests/pom.xml                                   | 2 +-
 flume-shared/flume-shared-kafka-test/pom.xml             | 2 +-
 flume-shared/pom.xml                                     | 2 +-
 flume-tools/pom.xml                                      | 2 +-
 pom.xml                                                  | 2 +-
 42 files changed, 44 insertions(+), 44 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-checkstyle/pom.xml
----------------------------------------------------------------------
diff --git a/flume-checkstyle/pom.xml b/flume-checkstyle/pom.xml
index 02b0982..a0396e3 100644
--- a/flume-checkstyle/pom.xml
+++ b/flume-checkstyle/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.flume</groupId>
   <artifactId>flume-checkstyle</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.9.0-SNAPSHOT</version>
 
   <name>Flume checkstyle project</name>
 

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-auth/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-auth/pom.xml b/flume-ng-auth/pom.xml
index 87ecebe..c7c682f 100644
--- a/flume-ng-auth/pom.xml
+++ b/flume-ng-auth/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>flume-ng-auth</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-channels/flume-file-channel/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-channels/flume-file-channel/pom.xml b/flume-ng-channels/flume-file-channel/pom.xml
index ef2dc12..05da84d 100644
--- a/flume-ng-channels/flume-file-channel/pom.xml
+++ b/flume-ng-channels/flume-file-channel/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>flume-ng-channels</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-channels</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-channels/flume-jdbc-channel/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-channels/flume-jdbc-channel/pom.xml b/flume-ng-channels/flume-jdbc-channel/pom.xml
index 7c06b0d..7370aa4 100644
--- a/flume-ng-channels/flume-jdbc-channel/pom.xml
+++ b/flume-ng-channels/flume-jdbc-channel/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-channels</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-channels</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-channels/flume-kafka-channel/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-channels/flume-kafka-channel/pom.xml b/flume-ng-channels/flume-kafka-channel/pom.xml
index b031950..6d513dc 100644
--- a/flume-ng-channels/flume-kafka-channel/pom.xml
+++ b/flume-ng-channels/flume-kafka-channel/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-channels</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-channels/flume-spillable-memory-channel/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-channels/flume-spillable-memory-channel/pom.xml b/flume-ng-channels/flume-spillable-memory-channel/pom.xml
index 57accd3..e2ea393 100644
--- a/flume-ng-channels/flume-spillable-memory-channel/pom.xml
+++ b/flume-ng-channels/flume-spillable-memory-channel/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>flume-ng-channels</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-channels</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-channels/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-channels/pom.xml b/flume-ng-channels/pom.xml
index 8131719..d86b9a4 100644
--- a/flume-ng-channels/pom.xml
+++ b/flume-ng-channels/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-clients/flume-ng-log4jappender/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-clients/flume-ng-log4jappender/pom.xml b/flume-ng-clients/flume-ng-log4jappender/pom.xml
index 92fe258..3731814 100644
--- a/flume-ng-clients/flume-ng-log4jappender/pom.xml
+++ b/flume-ng-clients/flume-ng-log4jappender/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-clients</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-clients/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-clients/pom.xml b/flume-ng-clients/pom.xml
index 425f73b..6339b07 100644
--- a/flume-ng-clients/pom.xml
+++ b/flume-ng-clients/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>flume-ng-clients</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-configuration/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-configuration/pom.xml b/flume-ng-configuration/pom.xml
index ee289ba..6a30840 100644
--- a/flume-ng-configuration/pom.xml
+++ b/flume-ng-configuration/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>flume-ng-configuration</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-core/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-core/pom.xml b/flume-ng-core/pom.xml
index e2ecd6e..d318df2 100644
--- a/flume-ng-core/pom.xml
+++ b/flume-ng-core/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-dist/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml
index 3841467..330118e 100644
--- a/flume-ng-dist/pom.xml
+++ b/flume-ng-dist/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>flume-ng-dist</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst b/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst
index ffe56c7..9ecdebc 100644
--- a/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeDeveloperGuide.rst
@@ -15,7 +15,7 @@
 
 
 ======================================
-Flume 1.8.0-SNAPSHOT Developer Guide
+Flume 1.9.0-SNAPSHOT Developer Guide
 ======================================
 
 Introduction

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 8e9efcf..6d7085c 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -15,7 +15,7 @@
 
 
 ======================================
-Flume 1.8.0-SNAPSHOT User Guide
+Flume 1.9.0-SNAPSHOT User Guide
 ======================================
 
 Introduction
@@ -4254,7 +4254,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.8.0-SNAPSHOT.jar).
+flume-ng-sdk-1.9.0-SNAPSHOT.jar).
 Required properties are in **bold**.
 
 =====================  =======  ==================================================================================
@@ -4318,7 +4318,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.8.0-SNAPSHOT.jar). This appender supports a round-robin and random
+flume-ng-sdk-1.9.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/82e9f4d4/flume-ng-doc/sphinx/index.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/index.rst b/flume-ng-doc/sphinx/index.rst
index c4020a5..63b760a 100644
--- a/flume-ng-doc/sphinx/index.rst
+++ b/flume-ng-doc/sphinx/index.rst
@@ -15,7 +15,7 @@
 
 
 ================================================
-Apache Flume 1.8.0-SNAPSHOT documentation
+Apache Flume 1.9.0-SNAPSHOT documentation
 ================================================
 
 Flume is a distributed, reliable, and available system for efficiently

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-embedded-agent/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-embedded-agent/pom.xml b/flume-ng-embedded-agent/pom.xml
index 6019d75..1d65768 100644
--- a/flume-ng-embedded-agent/pom.xml
+++ b/flume-ng-embedded-agent/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>flume-ng-embedded-agent</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-legacy-sources/flume-avro-source/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-legacy-sources/flume-avro-source/pom.xml b/flume-ng-legacy-sources/flume-avro-source/pom.xml
index 46d301b..a87207a 100644
--- a/flume-ng-legacy-sources/flume-avro-source/pom.xml
+++ b/flume-ng-legacy-sources/flume-avro-source/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-legacy-sources</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-legacy-sources</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-legacy-sources/flume-thrift-source/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-legacy-sources/flume-thrift-source/pom.xml b/flume-ng-legacy-sources/flume-thrift-source/pom.xml
index cb50473..8301c45 100644
--- a/flume-ng-legacy-sources/flume-thrift-source/pom.xml
+++ b/flume-ng-legacy-sources/flume-thrift-source/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-legacy-sources</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-legacy-sources</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-legacy-sources/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-legacy-sources/pom.xml b/flume-ng-legacy-sources/pom.xml
index a93155a..5329ecb 100644
--- a/flume-ng-legacy-sources/pom.xml
+++ b/flume-ng-legacy-sources/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-node/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-node/pom.xml b/flume-ng-node/pom.xml
index 437b325..6cf5364 100644
--- a/flume-ng-node/pom.xml
+++ b/flume-ng-node/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>flume-ng-node</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sdk/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sdk/pom.xml b/flume-ng-sdk/pom.xml
index 9df2f41..fdad52b 100644
--- a/flume-ng-sdk/pom.xml
+++ b/flume-ng-sdk/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>flume-ng-sdk</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sinks/flume-dataset-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-dataset-sink/pom.xml b/flume-ng-sinks/flume-dataset-sink/pom.xml
index 3bc13d4..1b0c325 100644
--- a/flume-ng-sinks/flume-dataset-sink/pom.xml
+++ b/flume-ng-sinks/flume-dataset-sink/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-sinks</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sinks</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sinks/flume-hdfs-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-hdfs-sink/pom.xml b/flume-ng-sinks/flume-hdfs-sink/pom.xml
index b149010..f821be2 100644
--- a/flume-ng-sinks/flume-hdfs-sink/pom.xml
+++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-sinks</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sinks</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sinks/flume-hive-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-hive-sink/pom.xml b/flume-ng-sinks/flume-hive-sink/pom.xml
index 0b1e09c..7cc518e 100644
--- a/flume-ng-sinks/flume-hive-sink/pom.xml
+++ b/flume-ng-sinks/flume-hive-sink/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.flume</groupId>
     <artifactId>flume-ng-sinks</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sinks</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sinks/flume-http-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-http-sink/pom.xml b/flume-ng-sinks/flume-http-sink/pom.xml
index 3f8cfc8..952e8e7 100644
--- a/flume-ng-sinks/flume-http-sink/pom.xml
+++ b/flume-ng-sinks/flume-http-sink/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-sinks</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sinks</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sinks/flume-irc-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-irc-sink/pom.xml b/flume-ng-sinks/flume-irc-sink/pom.xml
index 9f29bfc..f43071d 100644
--- a/flume-ng-sinks/flume-irc-sink/pom.xml
+++ b/flume-ng-sinks/flume-irc-sink/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-sinks</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sinks</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml b/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml
index 07c573a..10bde66 100644
--- a/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml
+++ b/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml
@@ -17,7 +17,7 @@
  <parent>
     <artifactId>flume-ng-sinks</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sinks</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sinks/flume-ng-hbase-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml
index f19483b..1184275 100644
--- a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml
+++ b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>flume-ng-sinks</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.flume.flume-ng-sinks</groupId>
   <artifactId>flume-ng-hbase-sink</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sinks/flume-ng-kafka-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-ng-kafka-sink/pom.xml b/flume-ng-sinks/flume-ng-kafka-sink/pom.xml
index d1570bf..e4cad81 100644
--- a/flume-ng-sinks/flume-ng-kafka-sink/pom.xml
+++ b/flume-ng-sinks/flume-ng-kafka-sink/pom.xml
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>flume-ng-sinks</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.flume.flume-ng-sinks</groupId>
   <artifactId>flume-ng-kafka-sink</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml b/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml
index 86ca6ea..e41adfc 100644
--- a/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml
+++ b/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-sinks</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sinks</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sinks/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/pom.xml b/flume-ng-sinks/pom.xml
index 9072572..7740ad7 100644
--- a/flume-ng-sinks/pom.xml
+++ b/flume-ng-sinks/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sources/flume-jms-source/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sources/flume-jms-source/pom.xml b/flume-ng-sources/flume-jms-source/pom.xml
index fb03e24..555f36c 100644
--- a/flume-ng-sources/flume-jms-source/pom.xml
+++ b/flume-ng-sources/flume-jms-source/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-sources</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sources</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sources/flume-kafka-source/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sources/flume-kafka-source/pom.xml b/flume-ng-sources/flume-kafka-source/pom.xml
index 8f36006..ae8004f 100644
--- a/flume-ng-sources/flume-kafka-source/pom.xml
+++ b/flume-ng-sources/flume-kafka-source/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>flume-ng-sources</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sources/flume-scribe-source/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sources/flume-scribe-source/pom.xml b/flume-ng-sources/flume-scribe-source/pom.xml
index 75fc085..e11f16d 100644
--- a/flume-ng-sources/flume-scribe-source/pom.xml
+++ b/flume-ng-sources/flume-scribe-source/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-sources</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sources</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sources/flume-taildir-source/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sources/flume-taildir-source/pom.xml b/flume-ng-sources/flume-taildir-source/pom.xml
index a1fe8c2..bd5a707 100644
--- a/flume-ng-sources/flume-taildir-source/pom.xml
+++ b/flume-ng-sources/flume-taildir-source/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-sources</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sources</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sources/flume-twitter-source/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sources/flume-twitter-source/pom.xml b/flume-ng-sources/flume-twitter-source/pom.xml
index 4aee4e2..a63a10c 100644
--- a/flume-ng-sources/flume-twitter-source/pom.xml
+++ b/flume-ng-sources/flume-twitter-source/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-ng-sources</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume.flume-ng-sources</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-sources/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sources/pom.xml b/flume-ng-sources/pom.xml
index 028b2f1..bb9c789 100644
--- a/flume-ng-sources/pom.xml
+++ b/flume-ng-sources/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-ng-tests/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-tests/pom.xml b/flume-ng-tests/pom.xml
index bfb2d9a..2a4b42c 100644
--- a/flume-ng-tests/pom.xml
+++ b/flume-ng-tests/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>flume-ng-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-shared/flume-shared-kafka-test/pom.xml
----------------------------------------------------------------------
diff --git a/flume-shared/flume-shared-kafka-test/pom.xml b/flume-shared/flume-shared-kafka-test/pom.xml
index 6baad5b..d6d6412 100644
--- a/flume-shared/flume-shared-kafka-test/pom.xml
+++ b/flume-shared/flume-shared-kafka-test/pom.xml
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>flume-shared</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.flume.flume-shared</groupId>
   <artifactId>flume-shared-kafka-test</artifactId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-shared/pom.xml
----------------------------------------------------------------------
diff --git a/flume-shared/pom.xml b/flume-shared/pom.xml
index dffe3a8..adb751b 100644
--- a/flume-shared/pom.xml
+++ b/flume-shared/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/flume-tools/pom.xml
----------------------------------------------------------------------
diff --git a/flume-tools/pom.xml b/flume-tools/pom.xml
index 630a7f8..c86ead5 100644
--- a/flume-tools/pom.xml
+++ b/flume-tools/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume</groupId>

http://git-wip-us.apache.org/repos/asf/flume/blob/82e9f4d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 466a434..4cb3881 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.flume</groupId>
   <artifactId>flume-parent</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.9.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Flume</name>


[4/4] flume git commit: FLUME-3168. Update CHANGELOG for 1.8.0

Posted by de...@apache.org.
FLUME-3168. Update CHANGELOG for 1.8.0


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/0c426080
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/0c426080
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/0c426080

Branch: refs/heads/trunk
Commit: 0c4260801c6dfee0003e437b0a7ca5a6cc7391f3
Parents: 8b3fad5
Author: Denes Arvay <de...@apache.org>
Authored: Tue Sep 12 16:36:00 2017 +0200
Committer: Denes Arvay <de...@apache.org>
Committed: Wed Sep 13 18:45:02 2017 +0200

----------------------------------------------------------------------
 CHANGELOG | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/0c426080/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 3cc040d..0646c4b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,68 @@
+Release Notes - Flume - Version v1.8.0
+
+** New Feature
+    * [FLUME-2171] - Add Interceptor to remove headers from event
+    * [FLUME-2917] - Provide netcat UDP source as alternative to TCP
+    * [FLUME-2993] - Support environment variables in configuration files
+
+** Improvement
+    * [FLUME-1520] - Timestamp interceptor should support custom headers
+    * [FLUME-2945] - Bump java target version to 1.8
+    * [FLUME-3020] - Improve HDFSEventSink Escape Ingestion by more then 10x by not getting InetAddress on every record
+    * [FLUME-3025] - Expose FileChannel.open on JMX
+    * [FLUME-3072] - Add IP address to headers in flume log4j appender
+    * [FLUME-3092] - Extend the FileChannel's monitoring metrics
+    * [FLUME-3100] - Support arbitrary header substitution for topic of Kafka
+    * [FLUME-3144] - Improve Log4jAppender's performance by allowing logging collection of messages
+
+** Bug
+    * [FLUME-2620] - File channel throws NullPointerException if a header value is null
+    * [FLUME-2752] - Flume AvroSource will leak the memory and the OOM will be happened.
+    * [FLUME-2812] - Exception in thread "SinkRunner-PollingRunner-DefaultSinkProcessor" java.lang.Error: Maximum permit count exceeded
+    * [FLUME-2857] - Kafka Source/Channel/Sink does not restore default values when live update config
+    * [FLUME-2905] - NetcatSource - Socket not closed when an exception is encountered during start() leading to file descriptor leaks
+    * [FLUME-2991] - ExecSource command execution starts before starting the sourceCounter
+    * [FLUME-3027] - Kafka Channel should clear offsets map after commit
+    * [FLUME-3031] - sequence source should reset its counter for event body on channel exception
+    * [FLUME-3043] - KafkaSink SinkCallback throws NullPointerException when Log4J level is debug
+    * [FLUME-3046] - Kafka Sink and Source Configuration Improvements
+    * [FLUME-3049] - Wrapping the exception into SecurityException in UGIExecutor.execute hides the original one
+    * [FLUME-3057] - Build fails due to unsupported snappy-java version on ppc64le
+    * [FLUME-3080] - Close failure in HDFS Sink might cause data loss
+    * [FLUME-3083] - Taildir source can miss events if file updated in same second as file close
+    * [FLUME-3085] - HDFS Sink can skip flushing some BucketWriters, might lead to data loss
+    * [FLUME-3112] - Upgrade jackson-core library dependency
+    * [FLUME-3127] - Upgrade libfb303 library dependency
+    * [FLUME-3131] - Upgrade spring framework library dependencies
+    * [FLUME-3132] - Upgrade tomcat jasper library dependencies
+    * [FLUME-3135] - property logger in org.apache.flume.interceptor.RegexFilteringInterceptor confused
+    * [FLUME-3141] - Small typo found in RegexHbaseEventSerializer.java
+    * [FLUME-3152] - Add Flume Metric for Backup Checkpoint Errors
+    * [FLUME-3155] - Use batch mode in mvn to fix Travis CI error
+    * [FLUME-3157] - Refactor TestHDFSEventSinkOnMiniCluster to not use LeaseManager private API
+    * [FLUME-3173] - Upgrade joda-time
+    * [FLUME-3174] - HdfsSink AWS S3A authentication does not work on JDK 8
+    * [FLUME-3175] - Javadoc generation fails due to Java8's strict doclint
+
+** Documentation
+    * [FLUME-2175] - Update Developer Guide with notes on how to upgrade Protocol Buffer version
+    * [FLUME-2817] - Sink for multi-agent flow example in user guide is set up incorrectly
+
+** Wish
+    * [FLUME-2579] - JMS source support durable subscriptions and message listening
+
+** Question
+    * [FLUME-2427] - java.lang.NoSuchMethodException and warning on HDFS (S3) sink 
+
+** Task
+    * [FLUME-3093] - Groundwork for version changes in root pom
+    * [FLUME-3154] - Add HBase client version check to AsyncHBaseSink and HBaseSink
+
+** Test
+    * [FLUME-2997] - Fix flaky junit test in SpillableMemoryChannel
+    * [FLUME-3002] - Some tests in TestBucketWriter are flaky
+
+
 Release Notes - Flume - Version v1.7.0
 
 ** New Feature


[2/4] flume git commit: FLUME-3178. Update RELEASE-NOTES for 1.8.0

Posted by de...@apache.org.
FLUME-3178. Update RELEASE-NOTES for 1.8.0


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/2bdb8323
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/2bdb8323
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/2bdb8323

Branch: refs/heads/trunk
Commit: 2bdb8323eb1abb28d443471b19a3a5bdae58f0bb
Parents: 0c42608
Author: Denes Arvay <de...@apache.org>
Authored: Tue Sep 12 16:37:55 2017 +0200
Committer: Denes Arvay <de...@apache.org>
Committed: Wed Sep 13 18:45:02 2017 +0200

----------------------------------------------------------------------
 RELEASE-NOTES | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/2bdb8323/RELEASE-NOTES
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 7834d9d..22f3c75 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,4 +1,4 @@
-Apache Flume 1.7.0
+Apache Flume 1.8.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.7.0 is the tenth release of Flume as an Apache top-level project
-(TLP). Apache Flume 1.7.0 is production-ready software.
+Apache Flume 1.8.0 is the eleventh release of Flume as an Apache top-level
+project (TLP). Apache Flume 1.8.0 is production-ready software.
 
 3. Major changes in this Release
 For a detailed list of changes, please see the CHANGELOG file included


[3/4] flume git commit: FLUME-3166. Update LICENSE

Posted by de...@apache.org.
FLUME-3166. Update LICENSE

Adding geronimo-jms_1.1_spec jar to the Apache licensed list.


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/7e6c3f1f
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/7e6c3f1f
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/7e6c3f1f

Branch: refs/heads/trunk
Commit: 7e6c3f1f4122648b2ed9ca5a77f57b7139a369cc
Parents: 2bdb832
Author: Denes Arvay <de...@apache.org>
Authored: Wed Sep 13 17:45:59 2017 +0200
Committer: Denes Arvay <de...@apache.org>
Committed: Wed Sep 13 18:45:02 2017 +0200

----------------------------------------------------------------------
 LICENSE | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/7e6c3f1f/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 92cb484..4331d40 100644
--- a/LICENSE
+++ b/LICENSE
@@ -226,6 +226,7 @@ For
  curator-framework-<version>.jar:
  curator-recipes-<version>.jar:
  derby-<version>.jar:
+ geronimo-jms_1.1_spec-<version>.jar:
  guava-<version>.jar:
  gson-<version>.jar:
  httpclient-<version>.jar: