ayushtkn opened a new pull request, #4257:
URL: https://github.com/apache/hadoop/pull/4257
### Description of PR
Fixes AggregateWordCount
### How was this patch tested?
```
hadoop-3.4.0-SNAPSHOT % bin/hadoop jar
share/hadoop/mapreduce/hadoop-mapreduce-examples-3.4.0-SNAPSHOT.jar
aggregatewordcount /testData /testOut 1 textinputformat
hadoop-3.4.0-SNAPSHOT % bin/hdfs dfs -cat /testOut/part-r-00000
Bye 1
Goodbye 1
Hadoop 2
Hello 2
World 2
```
``/testData`` had two files:
`wc01.txt:`
Hello World Bye World
`wc02.txt:`
Hello Hadoop Goodbye Hadoop
### For code changes:
- [ ] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'HADOOP-17799. Your PR title ...')?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]