robertwb commented on a change in pull request #15223:
URL: https://github.com/apache/beam/pull/15223#discussion_r694280797
##########
File path:
sdks/python/apache_beam/runners/portability/flink_uber_jar_job_server.py
##########
@@ -68,7 +68,7 @@ def executable_jar(self):
'the scheme is specified. If using a local file path, make sure '
'the file exists; you may have to first build the job server '
'using `./gradlew runners:flink:%s:job-server:shadowJar`.' %
- (self._executable_jar, self._flink_version))
+ (self._executable_jar, self.flink_version())
Review comment:
Is the server always up when we make this call?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]