[
https://issues.apache.org/jira/browse/FLINK-37505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937096#comment-17937096
]
Gabor Somogyi commented on FLINK-37505:
---------------------------------------
[{{b1c3209}}|https://github.com/apache/flink/commit/b1c3209769db187a4f37f2498ef9c23fbb4adbfe]
on master
> 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)