You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2020/05/09 11:32:00 UTC

[jira] [Closed] (FLINK-17585) "PythonProgramOptions" changes the entry point class when user submit a Java sql job which contains Python UDF

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

Dian Fu closed FLINK-17585.
---------------------------
    Resolution: Fixed

Merged to master via eb33d98eadeb99ef9bbc668cc3e96fba3de5edfa

> "PythonProgramOptions" changes the entry point class when user submit a Java sql job which contains Python UDF 
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-17585
>                 URL: https://issues.apache.org/jira/browse/FLINK-17585
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python
>    Affects Versions: 1.11.0
>            Reporter: Wei Zhong
>            Assignee: Wei Zhong
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>
> If we running such a command:
> {code:java}
> flink run -pyfs xxx.py xxx.jar
> {code}
> The main class will be changed to "PythonDriver". It is because the "PythonProgramOptions" class changes the entry point class when the python command line options are detected. We should consider the situation that user submit a Java sql job which contains Python UDF. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)