We are using JDBC Connection in airflow to fetch data from a public MySQL server. The connection was setup fine and worked as expected in the local machine but I received the following error in composer.
[Errno 2] No such file or directory: '/usr/lib/jvm'
I m currently thinking if
- Am I doing something wrong ?
- JVM is unavailable in Composer webserver?