[
https://issues.apache.org/jira/browse/FLINK-8693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-8693.
-----------------------------------
Resolution: Fixed
master: 8cea2f6576da713e5625e00ef2dbe34a410a1df1
> 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
> Components: Python API
> Affects Versions: 1.5.0
> Reporter: Ted Yu
> Assignee: Chesnay Schepler
> Priority: Trivial
> Fix For: 1.5.0
>
>
> {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)