Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
AggregateWordCount rather than counting the words, gives a single line output counting the number of rows
Wrong Result Looks Like:
hadoop-3.4.0-SNAPSHOT % bin/hdfs dfs -cat /testOut1/part-r-00000 record_count 2
Correct Should Look Like:
hadoop-3.4.0-SNAPSHOT % bin/hdfs dfs -cat /testOut1/part-r-00000 Bye 1 Goodbye 1 Hadoop 2 Hello 2 World 2
Attachments
Issue Links
- links to