tillrohrmann commented on a change in pull request #8609:
[FLINK-12541][container][python] Add support for Python jobs in build script
URL: https://github.com/apache/flink/pull/8609#discussion_r290737574
##########
File path:
flink-container/src/main/java/org/apache/flink/container/entrypoint/StandaloneJobClusterConfiguration.java
##########
@@ -69,7 +74,12 @@ JobID getJobId() {
}
@Nullable
- String getJobClassName() {
- return jobClassName;
+ String getJobEntryPointName() {
+ return jobEntryPointName;
+ }
+
+ @Nullable
+ String getJobPythonArtifacts() {
Review comment:
Why is this needed?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services