[ https://issues.apache.org/jira/browse/FLINK-37505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17941197#comment-17941197 ]
Ferenc Csaky commented on FLINK-37505: -------------------------------------- [{{c9828e8}}|https://github.com/apache/flink/commit/c9828e8d2879e8a91187a105967b61a410119724] in release-1.20 [{{233e77e}}|https://github.com/apache/flink/commit/233e77e8a1e666eb97ad1033fcf0a6d9bd8b12a9] in release-1.19 > Pyflink is not able to handle the new YAML based configs > -------------------------------------------------------- > > Key: FLINK-37505 > URL: https://issues.apache.org/jira/browse/FLINK-37505 > Project: Flink > Issue Type: Bug > Components: API / Python > Affects Versions: 2.0.0, 1.19.2, 1.20.1, 2.0-preview > Reporter: Gabor Somogyi > Assignee: Gabor Somogyi > Priority: Blocker > Labels: pull-request-available > Fix For: 1.19.3, 1.20.2, 2.0.1 > > > Steps to repro: > * pipeline.jars = ['file:/flink/opt/flink-python-2.0.0.jar'] > * In python env.add_jars(''file:/my-feature.jar'') > Then it blows up with the following error: > {code:java} > 2025-03-18 15:43:36,699 INFO org.apache.flink.client.python.PythonDriver > [] - : java.net.MalformedURLException: no protocol: > ['file:/flink/opt/flink-python-2.0.0.jar'] > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)