RE: launch aggregatewordcount and sudoku in Yarn

2013-06-23 Thread Devaraj k
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

RE: How run Aggregator wordcount?

2013-06-23 Thread Devaraj k
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