Skip to content

Verify Job Configuration Parameter error #899

@huyuanfeng2018

Description

@huyuanfeng2018

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions