WeiZhong94 commented on a change in pull request #11682: [FLINK-16668][python] 
Refactor PythonDriver to read python dependency info both from command line and 
environment configuration.
URL: https://github.com/apache/flink/pull/11682#discussion_r406666246
 
 

 ##########
 File path: 
flink-python/src/main/java/org/apache/flink/client/python/PythonDriver.java
 ##########
 @@ -59,6 +61,8 @@ public static void main(String[] args) {
                        System.exit(1);
                }
 
+               Configuration config = 
ExecutionEnvironment.getExecutionEnvironment().getConfiguration();
 
 Review comment:
   Yes, the configurations of streaming and batch environments are always set 
at the same time.

----------------------------------------------------------------
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