Hi Team, Doing quick POC on reading Kafka via Fli...
# troubleshooting
d
Hi Team, Doing quick POC on reading Kafka via FlinkSQL, getting the following error -
Copy code
Flink SQL> SELECT * FROM MyCatalog.MyDatabase.KafkaTable;
[ERROR] Could not execute SQL statement. Reason:
org.apache.flink.table.api.ValidationException: Could not find any factory for identifier 'kafka' that implements 'org.apache.flink.table.factories.DynamicTableFactory' in the classpath.

Available factory identifiers are:

blackhole
datagen
filesystem
print
python-input-format
Am I missing something here?
m
That indicates bat you haven’t added the Flink SQL Kafka connector JAR to your cluster
d
Add the jar file in lib folder or run ./sql-client —jar <jar file>