You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by djkevincr <gi...@git.apache.org> on 2018/11/25 22:51:20 UTC

[GitHub] gora pull request #140: GORA-548 Apache Flink support for Gora

GitHub user djkevincr opened a pull request:

    https://github.com/apache/gora/pull/140

    GORA-548 Apache Flink support for Gora

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/djkevincr/gora flink_backend

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/gora/pull/140.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 #140
    
----
commit 0361086ee17ecf823c5e5c59dbc8b27a77097c94
Author: Kevin Ratnasekera <dj...@...>
Date:   2018-11-25T22:48:15Z

    GORA-548 Apache Flink support for Gora

----


---

[GitHub] gora pull request #140: GORA-548 Apache Flink support for Gora

Posted by djkevincr <gi...@git.apache.org>.
Github user djkevincr commented on a diff in the pull request:

    https://github.com/apache/gora/pull/140#discussion_r237632179
  
    --- Diff: gora-core/pom.xml ---
    @@ -171,6 +187,12 @@
           <artifactId>hadoop-minicluster</artifactId>
           <scope>test</scope>
         </dependency>
    +      <dependency>
    --- End diff --
    
    +1


---

[GitHub] gora pull request #140: GORA-548 Apache Flink support for Gora

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc commented on a diff in the pull request:

    https://github.com/apache/gora/pull/140#discussion_r237628912
  
    --- Diff: gora-core/pom.xml ---
    @@ -171,6 +187,12 @@
           <artifactId>hadoop-minicluster</artifactId>
           <scope>test</scope>
         </dependency>
    +      <dependency>
    --- End diff --
    
    Why is this in here?


---

[GitHub] gora issue #140: GORA-548 Apache Flink support for Gora

Posted by djkevincr <gi...@git.apache.org>.
Github user djkevincr commented on the issue:

    https://github.com/apache/gora/pull/140
  
    @lewismc Yes implementation really simple, since Flink has this Hadoop Input format wrappers so we can reuse the Gora Input formats directly as data sources and sinks to Apache Flink jobs. I will write common common test code similar to what we have on MapReduceTestUtils so that people write test cases based on Flink Jobs. Documentation will follow.


---