Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Flink 1.15 quickstart failed for java.lang.ClassNotFoundException #563

Closed
1 task done
Aireed opened this issue Nov 7, 2022 · 0 comments
Closed
1 task done
Assignees
Labels
module:mixed-flink Flink moduel for Mixed Format type:bug Something isn't working
Milestone

Comments

@Aireed
Copy link
Contributor

Aireed commented Nov 7, 2022

What happened?

when do quickstart use flink 1.15, we get the exception。
Flink SQL> SELECT id, name FROM arctic.test_db.test_table/+OPTIONS('streaming' = 'true')/;
[ERROR] Could not execute SQL statement. Reason:
java.lang.ClassNotFoundException: com.netease.arctic.shaded.org.apache.flink.streaming.connectors.kafka.table.KafkaConnectorOptions

Affects Versions

0.3.2

What engines are you seeing the problem on?

Flink

How to reproduce

use flink 1.15 , according to the quickstart guide.

Relevant log output

Flink SQL> SELECT id, `name` FROM arctic.test_db.test_table/*+OPTIONS('streaming' = 'true')*/;
[ERROR] Could not execute SQL statement. Reason:
java.lang.ClassNotFoundException: com.netease.arctic.shaded.org.apache.flink.streaming.connectors.kafka.table.KafkaConnectorOptions

Anything else

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Aireed Aireed added the type:bug Something isn't working label Nov 7, 2022
@Aireed Aireed added the module:mixed-flink Flink moduel for Mixed Format label Nov 7, 2022
@Aireed Aireed added this to the Release 0.4.0 milestone Nov 7, 2022
@zstraw zstraw assigned lklhdu and unassigned zstraw Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:mixed-flink Flink moduel for Mixed Format type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants