GitHub user samaitra opened a pull request:
https://github.com/apache/ignite/pull/550 IGNITE-813 Apache Flink Integration Apache Ignite Flink Sink Module ----------------------------------- Apache Ignite Flink Sink module provides sink via Ignite queue. Starting data transfer to Ignite queue can be done with the following steps. 1. Import Ignite Flink Sink Module In Maven Project If you are using Maven to manage dependencies of your project, you can add Flink module dependency like this (replace '${ignite.version}' with actual Ignite version you are interested in): <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> ... <dependencies> ... <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-flink</artifactId> <version>${ignite.version}</version> </dependency> ... </dependencies> ... </project> 2. Create an Ignite configuration file (see example-ignite.xml) and make sure it is accessible from the sink. 3. Make sure your data input to the sink is specified. 4. Create a topology with the sink and start. You can merge this pull request into a Git repository by running: $ git pull https://github.com/samaitra/ignite IGNITE-813 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/550.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #550 ---- commit 003959049283d6dd11321ca9bbf30afab71c26a7 Author: samaitra <[hidden email]> Date: 2016-03-13T08:57:30Z IGNITE-813 Apache Flink Integration ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at [hidden email] or file a JIRA ticket with INFRA. --- |
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/550 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at [hidden email] or file a JIRA ticket with INFRA. --- |
Free forum by Nabble | Edit this page |