All containers running and without errors. Installation without errors. The jars of base-image available in container.
But when I am trying to run the statement below with docker-compose exec sql-client ./sql-client-submit.sh, I got this error:
[ERROR] Could not execute SQL statement. Reason:
java.util.ServiceConfigurationError: org.apache.flink.table.factories.Factory: org.apache.hudi.table.HoodieTableFactory not a subtype
But curiously, after create the table I got a success message:
[INFO] Table has been created.
Hello again.
All containers running and without errors. Installation without errors. The jars of base-image available in container. But when I am trying to run the statement below with
docker-compose exec sql-client ./sql-client-submit.sh
, I got this error:I got this error:
But curiously, after create the table I got a success message:
[INFO] Table has been created.
I would appreciate a little more help here. 😬