You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Seth Wiesman (JIRA)" <ji...@apache.org> on 2017/02/27 17:04:45 UTC

[jira] [Created] (FLINK-5930) Allow Access to Job Id from Runtime Context

Seth Wiesman created FLINK-5930:
-----------------------------------

             Summary: Allow Access to Job Id from Runtime Context
                 Key: FLINK-5930
                 URL: https://issues.apache.org/jira/browse/FLINK-5930
             Project: Flink
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.3.0, 1.2.1
            Reporter: Seth Wiesman
            Priority: Minor


There is no way to accessing the JobId from the RuntimeContext. This would be useful for scoping custom output to a job similarly to how state is scoped to the current job. The only approximation is to create a different JobId from using the JobId class which can make it difficult to readily understand which output corresponds to which job. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)