You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/09 19:45:03 UTC

[jira] [Commented] (FLINK-6358) Write job details for Gelly examples

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

ASF GitHub Bot commented on FLINK-6358:
---------------------------------------

Github user greghogan commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4170#discussion_r126312909
  
    --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/Runner.java ---
    @@ -103,6 +113,18 @@
     		.addClass(PageRank.class)
     		.addClass(TriangleListing.class);
     
    +	private ParameterTool parameters;
    --- End diff --
    
    Done.


> Write job details for Gelly examples
> ------------------------------------
>
>                 Key: FLINK-6358
>                 URL: https://issues.apache.org/jira/browse/FLINK-6358
>             Project: Flink
>          Issue Type: Improvement
>          Components: Gelly
>    Affects Versions: 1.3.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Minor
>
> Add an option to write job details to a file in JSON format. Job details include: job ID, runtime, parameters with values, and accumulators with values.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)