[
https://issues.apache.org/jira/browse/FLINK-8693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler reassigned FLINK-8693:
---------------------------------------
Assignee: Chesnay Schepler
> 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
> Assignee: Chesnay Schepler
> Priority: Minor
>
> {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)