You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I would appreciate a little more help here. 😬
The text was updated successfully, but these errors were encountered:
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. 😬
The text was updated successfully, but these errors were encountered: