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] java.lang.NoClassDefFoundError occurred when publishing a task: org/apache/flink/table/planner/delegation/ParserImpl #3179

Closed
2 of 3 tasks
lliuql opened this issue Feb 26, 2024 · 1 comment
Labels
Bug Something isn't working Waiting for reply Waiting for reply

Comments

@lliuql
Copy link

lliuql commented Feb 26, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

刚部署dinky1.0rc4版本
image
image

部署任务:
`--创建源表 source
CREATE TABLE source(
id BIGINT,
name STRING
) WITH (
'connector' = 'datagen'
);
--创建结果表 sink
CREATE TABLE sink(
id BIGINT,
name STRING
) WITH (
'connector' = 'print'
);

--将源表数据插入到结果表
INSERT INTO sink
SELECT
id ,
name
from source;
`

失败情况:
image

What you expected to happen

代码出bug了

How to reproduce

按照上面的步骤,创建空的dinky1.0rc4,使用flink1.71。

Anything else

No response

Version

1.0.0

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@lliuql lliuql added Bug Something isn't working Waiting for reply Waiting for reply labels Feb 26, 2024
@github-actions github-actions bot changed the title [Bug] 发布任务时爆java.lang.NoClassDefFoundError: org/apache/flink/table/planner/delegation/ParserImpl [Bug] java.lang.NoClassDefFoundError occurred when publishing a task: org/apache/flink/table/planner/delegation/ParserImpl Feb 26, 2024
@lliuql lliuql closed this as completed Feb 26, 2024
@lliuql
Copy link
Author

lliuql commented Feb 26, 2024

文档这里看的不够仔细
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Waiting for reply Waiting for reply
Projects
None yet
Development

No branches or pull requests

1 participant