Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private static void checkJob(SyncConf config) {
Preconditions.checkNotNull(
writerName,
"[name] under [writer] in the task script is empty, please check the configuration of the task script.");
Map<String, Object> writerParameter = reader.getParameter();
Map<String, Object> writerParameter = writer.getParameter();
Preconditions.checkNotNull(
writerParameter,
"[parameter] under [writer] in the task script is empty, please check the configuration of the task script.");
Expand Down