[ https://issues.apache.org/jira/browse/FLINK-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415619#comment-15415619 ]
Zhenzhong Xu commented on FLINK-4335: ------------------------------------- [~rmetzger] Thanks for the comment, I will implement the interface to register user defined parameters and entry class. The jar ID is listed under http://localhost:8081/jars, it's the ID we need to trace back to which jar the job was executed from. We have one or more job Jars prepackaged in the jar upload directory in the docker image, we need to use the jar id associated with the running job to determine if we have the correct job(s) running in the cluster. > Add jar id, and job parameters information to job status rest call > ------------------------------------------------------------------ > > Key: FLINK-4335 > URL: https://issues.apache.org/jira/browse/FLINK-4335 > Project: Flink > Issue Type: Improvement > Components: Webfrontend > Reporter: Zhenzhong Xu > Priority: Minor > > From declarative, reconcilation based job management perspective, there is a > need to identify the job jar id, and all job parameters for a running job to > determine if the current job is up to date. > I think these information needs to be available through the job manager rest > call (/jobs/$id). > * Jar ID > * Job entry class > * parallelism > * all user defined parameters -- This message was sent by Atlassian JIRA (v6.3.4#6332)