hequn8128 commented on a change in pull request #10126: [FLINK-14590][python] 
Unify the working directory of Java process and Python process when submitting 
python jobs via "flink run -py"
URL: https://github.com/apache/flink/pull/10126#discussion_r353610350
 
 

 ##########
 File path: 
flink-python/src/main/java/org/apache/flink/client/python/PythonDriverEnvUtils.java
 ##########
 @@ -48,7 +47,7 @@
         * Wraps Python exec environment.
         */
        public static class PythonEnvironment {
-               public String workingDirectory;
+               public String storageDirectory;
 
 Review comment:
   How about calling it tempDirectory? It is strange to name it storage 
directory which sounds like it is used to storage data.

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