[
https://issues.apache.org/jira/browse/FLINK-9682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16533585#comment-16533585
]
ASF GitHub Bot commented on FLINK-9682:
---------------------------------------
GitHub user yanghua opened a pull request:
https://github.com/apache/flink/pull/6266
[FLINK-9682] Add setDescription to execution environment and display it in
the UI
## What is the purpose of the change
*This pull request add setDescription to execution environment*
## Brief change log
- *add setDescription API to execution environment*
## Verifying this change
This change is already covered by existing tests, such as *(please describe
tests)*.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (yes / **no**)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (**yes** / no)
- The serializers: (yes / **no** / don't know)
- The runtime per-record code paths (performance sensitive): (yes /
**no** / don't know)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
- The S3 file system connector: (yes / **no** / don't know)
## Documentation
- Does this pull request introduce a new feature? (yes / **no**)
- If yes, how is the feature documented? (not applicable / docs /
JavaDocs / **not documented**)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yanghua/flink FLINK-9682
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6266.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 #6266
----
commit a03253bf5dc888d6e68afff725138c69488a5fa3
Author: yanghua <yanghua1127@...>
Date: 2018-07-05T12:20:56Z
[FLINK-9682] Add setDescription to execution environment and display it in
the UI
----
> Add setDescription to execution environment and display it in the UI
> --------------------------------------------------------------------
>
> Key: FLINK-9682
> URL: https://issues.apache.org/jira/browse/FLINK-9682
> Project: Flink
> Issue Type: Improvement
> Components: DataStream API, Webfrontend
> Affects Versions: 1.5.0
> Reporter: Elias Levy
> Assignee: vinoyang
> Priority: Major
> Labels: pull-request-available
>
> Currently you can provide a job name to {{execute}} in the execution
> environment. In an environment where many version of a job may be executing,
> such as a development or test environment, identifying which running job is
> of a specific version via the UI can be difficult unless the version is
> embedded into the job name given the {{execute}}. But the job name is uses
> for other purposes, such as for namespacing metrics. Thus, it is not ideal
> to modify the job name, as that could require modifying metric dashboards and
> monitors each time versions change.
> I propose a new method be added to the execution environment,
> {{setDescription}}, that would allow a user to pass in an arbitrary
> description that would be displayed in the dashboard, allowing users to
> distinguish jobs.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)