dianfu commented on a change in pull request #8675: [FLINK-12716][python] Add 
an interactive shell for Python Table API
URL: https://github.com/apache/flink/pull/8675#discussion_r291975978
 
 

 ##########
 File path: flink-python/pyflink/java_gateway.py
 ##########
 @@ -66,6 +67,9 @@ def launch_gateway():
     command = [os.path.join(FLINK_HOME, script)]
     command += ['-c', 'org.apache.flink.python.client.PythonGatewayServer']
 
+    submit_args = os.environ.get("SUBMIT_ARGS", "local")
 
 Review comment:
   Where is this argument is used?

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