[ 
https://issues.apache.org/jira/browse/IGNITE-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192228#comment-15192228
 ] 

ASF GitHub Bot commented on IGNITE-813:
---------------------------------------

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 <[email protected]>
Date:   2016-03-13T08:57:30Z

    IGNITE-813 Apache Flink Integration

----


> Apache Flink Integration
> ------------------------
>
>                 Key: IGNITE-813
>                 URL: https://issues.apache.org/jira/browse/IGNITE-813
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Suminda Dharmasena
>            Assignee: Saikat Maitra
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to