You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/02/18 20:47:03 UTC

[jira] [Updated] (FLINK-8693) initPythonInterpreter is called twice with same arguments in InterpreterUtils#initAndExecPythonScript

     [ https://issues.apache.org/jira/browse/FLINK-8693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler updated FLINK-8693:
------------------------------------
    Affects Version/s: 1.5.0

> 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
>    Affects Versions: 1.5.0
>            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)