Skip to content

Commit

Permalink
Fix key typo in BatchProcessBuilder (apache#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterAlfredLee authored Sep 9, 2020
1 parent 9061507 commit 3bc0835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public BatchProcess build(Node docElement, Map<String, String> incomingRuntimeAt
//build crawler
crawler = buildCrawler(queue, keyNodes.get("crawler"), runtimeAttributes);

if (keyNodes.containsKey(reporter)) {
if (keyNodes.containsKey("reporter")) {
reporter = buildReporter(crawler, consumersManager, keyNodes.get("reporter"), runtimeAttributes);
}

Expand Down

0 comments on commit 3bc0835

Please sign in to comment.