Gabor Somogyi created FLINK-37505:
-------------------------------------
Summary: 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
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:/opt/flink/opt/flink-python-2.0.0.jar']
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)