You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shuiqiang Chen (Jira)" <ji...@apache.org> on 2020/11/22 15:41:00 UTC

[jira] [Created] (FLINK-20275) The path delimiter for add_jars and add_classpaths in Python StreamExecutionEnvironment should be ;

Shuiqiang Chen created FLINK-20275:
--------------------------------------

             Summary: The path delimiter for add_jars and add_classpaths in Python StreamExecutionEnvironment should be ; 
                 Key: FLINK-20275
                 URL: https://issues.apache.org/jira/browse/FLINK-20275
             Project: Flink
          Issue Type: Bug
            Reporter: Shuiqiang Chen
             Fix For: 1.12.0


Currently, the path delimiter for add_jars and add_classpaths in Python StreamExecutionEnvironment is ",", this would cause the rest client fail to upload the specified jars and stuck forever without errors. It should be ";" instead.



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