dianfu commented on a change in pull request #10430: [FLINK-14019][python][cli]
Add command-line options for managing Python UDF environment and dependencies.
URL: https://github.com/apache/flink/pull/10430#discussion_r354675266
##########
File path: flink-python/pyflink/common/dependency_manager.py
##########
@@ -39,6 +39,15 @@ class DependencyManager(object):
PYTHON_ARCHIVES = "python.archives"
PYTHON_EXEC = "python.exec"
+ # Environment variable names used to store the dependency settings
specified via commandline
+ # options.
+ # The "PYFLINK_" prefix indicates that the variable is used to transmit
data from external
Review comment:
Personally I think this paragraph is not necessary.
----------------------------------------------------------------
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