Ted Yu created FLINK-8693:
-----------------------------
Summary: initPythonInterpreter is called twice with same arguments in InterpreterUtils#initAndExecPythonScript
Key: FLINK-8693
URL:
https://issues.apache.org/jira/browse/FLINK-8693 Project: Flink
Issue Type: Bug
Reporter: Ted Yu
{code}
initPythonInterpreter(fullArgs, scriptDirectory.toUri().getPath(), scriptName);
PythonInterpreter pythonInterpreter = initPythonInterpreter(fullArgs, scriptDirectory.toUri().getPath(), scriptName);
{code}
The two calls to initPythonInterpreter() have the same parameters.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)