Open alucard001 opened 7 months ago
Looks like a mismatch in Apache Flink dependencies:
apache-flink 1.19.0
apache-flink-libraries 1.19.0
Can you use the correct version here and try again?
Looks like a mismatch in Apache Flink dependencies:
apache-flink 1.19.0 apache-flink-libraries 1.19.0
Can you use the correct version here and try again?
Thanks. In my package list I am already using the above 1.19.0
version. If you mean I need to use correct version, may I ask what is the correct version?
Thank you.
Sorry, I should be more specific. You're using the 1.15.2 version of the Kinesis connector with the 1.19 version of Apache Flink. Could you use the 1.15 version of Apache Flink and see if this error still occurs?
The problem:
python stock.py
in another terminal. Data is fetching OK.Please note:
create_print_table()
in Step 3, it works nicely.create_sink_table()
, the error below occurs.My Conda Environment:
Package info:
Full JAVA error log:
My Python code and application_properties.json, in case you want to know:
Can you please tell me what's wrong with it?
Thank you very much.