You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sh...@apache.org on 2016/11/10 09:46:07 UTC

ignite git commit: IGNITE-4207: Updated Flume sink to 1.7.0. - Fixes #1226.

Repository: ignite
Updated Branches:
  refs/heads/master c6e006171 -> aacdcba6a


IGNITE-4207: Updated Flume sink to 1.7.0. - Fixes #1226.

Signed-off-by: shtykh_roman <rs...@yahoo.com>


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

Branch: refs/heads/master
Commit: aacdcba6a2516f5b4867163938445032a82ba7d5
Parents: c6e0061
Author: shtykh_roman <rs...@yahoo.com>
Authored: Thu Nov 10 18:44:31 2016 +0900
Committer: shtykh_roman <rs...@yahoo.com>
Committed: Thu Nov 10 18:44:31 2016 +0900

----------------------------------------------------------------------
 modules/flume/README.txt | 2 +-
 parent/pom.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/aacdcba6/modules/flume/README.txt
----------------------------------------------------------------------
diff --git a/modules/flume/README.txt b/modules/flume/README.txt
index bf7e0ff..adcd021 100644
--- a/modules/flume/README.txt
+++ b/modules/flume/README.txt
@@ -2,7 +2,7 @@ Apache Ignite Flume Sink Module
 -------------------------------
 
 IgniteSink is a Flume sink that extracts Events from an associated Flume channel and injects into an Ignite cache.
-Flume 1.6.0 is supported.
+Flume 1.7.0 is supported.
 
 IgniteSink, which can be found in 'optional/ignite-flume', and its dependencies have to be included in the agent's classpath,
 as described in the following subsection, before starting the Flume agent.

http://git-wip-us.apache.org/repos/asf/ignite/blob/aacdcba6/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 618bb90..682efa2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -65,7 +65,7 @@
         <easymock.version>3.4</easymock.version>
         <ezmorph.bundle.version>1.0.6_1</ezmorph.bundle.version>
         <ezmorph.version>1.0.6</ezmorph.version>
-        <flume.ng.version>1.6.0</flume.ng.version>
+        <flume.ng.version>1.7.0</flume.ng.version>
         <guava.retrying.version>2.0.0</guava.retrying.version>
         <guava.version>18.0</guava.version>
         <guava14.version>14.0.1</guava14.version>