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_r290738226
 
 

 ##########
 File path: 
flink-container/src/main/java/org/apache/flink/container/entrypoint/StandaloneJobClusterEntryPoint.java
 ##########
 @@ -53,26 +53,31 @@
        private final String[] programArguments;
 
        @Nullable
-       private final String jobClassName;
+       private final String jobEntryPointName;
+
+       @Nullable
+       private final String jobPythonArtifacts;
 
 Review comment:
   I think it is not a good idea to add special case logic into the 
`StandaloneJobClusterEntrypoint`. Why do you think this is 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

Reply via email to