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

Verify Job Configuration Parameter error #899

Closed
huyuanfeng2018 opened this issue May 31, 2022 · 2 comments · Fixed by #902
Closed

Verify Job Configuration Parameter error #899

huyuanfeng2018 opened this issue May 31, 2022 · 2 comments · Fixed by #902
Labels
bug Something isn't working

Comments

@huyuanfeng2018
Copy link
Contributor

Describe the bug
An error occurred in the code in the validation check of the writer parameter after submitting the task
code

  Map<String, Object> writerParameter = reader.getParameter();
        Preconditions.checkNotNull(
                writerParameter,
                "[parameter] under [writer] in the task script is empty, please check the configuration of the task script.");

This should be to verify the writer parameters but inherit the reader

@huyuanfeng2018 huyuanfeng2018 added the bug Something isn't working label May 31, 2022
@huyuanfeng2018
Copy link
Contributor Author

I will file a PR later to fix this bug

@FlechazoW
Copy link
Member

I will file a PR later to fix this bug

Thanks a lot.

@FlechazoW FlechazoW linked a pull request Jun 1, 2022 that will close this issue
huyuanfeng2018 added a commit to huyuanfeng2018/chunjun that referenced this issue Jun 2, 2022
huyuanfeng2018 added a commit to huyuanfeng2018/chunjun that referenced this issue Jun 2, 2022
yanghuaiGit pushed a commit to yanghuaiGit/chunjun that referenced this issue Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants