Hi Alexandre,
This seems to be complaining about the python script loading. It seems that
the local file system is using `file` file prefix not `local`[1].
FYI inside your python script you can add more dependencies like connectors
and so using python dependency management[2] which differs from Jav
Hello,
I am trying to deploy my application on Amazon EMR on EKS. My application is in
Python and from what I have read, I must create my own custom image. I tried to
run a simple test with a very simple Flink job. Here is the Flink application:
```python
# main.py
import logging
import sys
f