You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2016/06/22 18:29:16 UTC

[jira] [Closed] (FLINK-3789) Overload methods which trigger program execution to allow naming job

     [ https://issues.apache.org/jira/browse/FLINK-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Hogan closed FLINK-3789.
-----------------------------
    Resolution: Won't Fix

As discussed in the comments, it is better to solve this externally, e.g. {{GraphAnalytic}}, than to include additional overloaded methods on {{DataSet}}.

> Overload methods which trigger program execution to allow naming job
> --------------------------------------------------------------------
>
>                 Key: FLINK-3789
>                 URL: https://issues.apache.org/jira/browse/FLINK-3789
>             Project: Flink
>          Issue Type: Improvement
>          Components: Java API
>    Affects Versions: 1.1.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Minor
>
> Overload the following functions to additionally accept a job name to pass to {{ExecutionEnvironment.execute(String)}}.
> * {{DataSet.collect()}}
> * {{DataSet.count()}}
> * {{DataSetUtils.checksumHashCode(DataSet)}}
> * {{GraphUtils.checksumHashCode(Graph)}}
> Once the deprecated {{DataSet.print(String)}} and {{DataSet.printToErr(String)}} are removed we can overload {{DataSet.print()}}.



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