[ https://issues.apache.org/jira/browse/FLINK-37505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937145#comment-17937145 ]
Gabor Somogyi commented on FLINK-37505: --------------------------------------- [{{a3a82ae}}|https://github.com/apache/flink/commit/a3a82ae8ace3ff4e9816e4afb48f5b19099ae8a6] on release-2.0 > 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-preview > Reporter: Gabor Somogyi > Assignee: Gabor Somogyi > Priority: Blocker > Labels: pull-request-available > > 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)