You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by greghogan <gi...@git.apache.org> on 2017/02/11 17:32:48 UTC

[GitHub] flink pull request #3294: [FLINK-4949] [gelly] Refactor Gelly driver inputs

GitHub user greghogan opened a pull request:

    https://github.com/apache/flink/pull/3294

    [FLINK-4949] [gelly] Refactor Gelly driver inputs

    The Gelly drivers started as simple wrappers around library algorithms but have grown to handle a matrix of input sources while often running multiple algorithms and analytics with custom parameterization.
        
    The monolithic drivers are replaced with separate inputs and algorithms. Command-line parameter parsers are shared and reusable across inputs and algorithms. Algorithm results now implement a common AlgorithmResult interface. Drivers are now tested with integration tests.


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

    $ git pull https://github.com/greghogan/flink 4949_refactor_gelly_driver_inputs

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

    https://github.com/apache/flink/pull/3294.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 #3294
    
----
commit 523ed2dee670c818518397f42b6f2d7b61e95087
Author: Greg Hogan <co...@greghogan.com>
Date:   2016-10-26T19:18:50Z

    [FLINK-4949] [gelly] Refactor Gelly driver inputs
    
    The Gelly drivers started as simple wrappers around library algorithms
    but have grown to handle a matrix of input sources while often running
    multiple algorithms and analytics with custom parameterization.
    
    The monolithic drivers are replaced with separate inputs and algorithms.
    Command-line parameter parsers are shared and reusable across inputs and
    algorithms. Algorithm results now implement a common AlgorithmResult
    interface. Drivers are now tested with integration tests.

commit 0b77619bace0059c536b2d4b57aaae28831c0951
Author: Greg Hogan <co...@greghogan.com>
Date:   2017-02-11T15:35:36Z

    Refactor due to openjdk7 compile error.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request #3294: [FLINK-4949] [gelly] Refactor Gelly driver inputs

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/3294


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---