Repository: ignite Updated Branches: refs/heads/master 9c6e650b4 -> 347429ac6
IGNITE-3818: Replace "Kafka" with "Storm" in Storm streamer README. - Fixes #1025. Signed-off-by: shtykh_roman <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/347429ac Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/347429ac Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/347429ac Branch: refs/heads/master Commit: 347429ac62f15197ae7d8f1aadc95b15f028e65f Parents: 9c6e650 Author: shtykh_roman <[email protected]> Authored: Mon Sep 5 10:38:35 2016 +0900 Committer: shtykh_roman <[email protected]> Committed: Mon Sep 5 10:38:35 2016 +0900 ---------------------------------------------------------------------- modules/storm/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/347429ac/modules/storm/README.txt ---------------------------------------------------------------------- diff --git a/modules/storm/README.txt b/modules/storm/README.txt index eb20f25..684fdb5 100644 --- a/modules/storm/README.txt +++ b/modules/storm/README.txt @@ -5,7 +5,7 @@ Apache Ignite Storm Streamer module provides streaming via Storm to Ignite cache Starting data transfer to Ignite cache can be done with the following steps. -1. Import Ignite Kafka Streamer Module In Maven Project +1. Import Ignite Storm Streamer Module In Maven Project If you are using Maven to manage dependencies of your project, you can add Storm module dependency like this (replace '${ignite.version}' with actual Ignite version you are
