HuangXingBo 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_r292029885
##########
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:
In the script python-gateway-server.sh
----------------------------------------------------------------
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