Conversation
|
@qingfei1994 Please add the following content to your PR description and select a checkbox: |
wenjin272
left a comment
There was a problem hiding this comment.
Hi, @qingfei1994, thanks for you work. The python part looks good to me, but the java part seems not complete.
| * @param jobName The name for the Flink job. | ||
| */ | ||
| public void execute(String jobName) throws Exception { | ||
| execute(); |
There was a problem hiding this comment.
The job name is not passed to the underlying Flink execution environment.
There was a problem hiding this comment.
My first thought is to providing an optional execute with jobName method for other execution environment like LocalExecutionEnvironment which doesn't support executing with jobName, but since then I think I would just provide an abstract method here.
|
The logic code looks good to me. Could you add test for the java api like what you do in python? |
Hi @wenjin272 I've added test for java api, please review |
xintongsong
left a comment
There was a problem hiding this comment.
Thank you for working on this, @qingfei1994 and @wenjin272 . LGTM. Merging.
Linked issue: #560
Purpose of change
Users can customize Job Name of Flink Agents.
Tests
UnitTest
API
Yes
Documentation
doc-neededdoc-not-neededdoc-included