Hi,
You can run aggregatewordcount Job using the below command,
Command : bin/hadoop jar hadoop-*-examples.jar aggregatewordcount
inputformat - It uses default as seqfileinputformat, we can change it to
textinputformat. If we pass other than textinputformat it will use
seqfileinputforma
It doesn't accept multiple folders as input. You can have multiple files in a
directory and same you can give as input.
Thanks
Devaraj K
From: Pedro Sá da Costa [mailto:psdc1...@gmail.com]
Sent: 22 June 2013 16:25
To: mapreduce-user
Subject: How run Aggregator wordcount?
Aggregator wordcount