You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/09/10 08:29:11 UTC

[GitHub] yanghua commented on a change in pull request #6266: [FLINK-9682] Add setDescription to execution environment and provide description field for the rest api

yanghua commented on a change in pull request #6266: [FLINK-9682] Add setDescription to execution environment and provide description field for the rest api
URL: https://github.com/apache/flink/pull/6266#discussion_r216236259
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java
 ##########
 @@ -103,6 +103,8 @@
 	 */
 	private int maxParallelism = -1;
 
+	private String description;
 
 Review comment:
   Because we should access it in JobGraphGenerator and StreamingJobGraphGenerator.We need to get it from the API in Batch and Streaming and pass it to JobGraph.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services