Question: The program should have a mapper and a reducer - written in python Design a map reduce program to output the word and the filename

 The program should have a mapper and a reducer - written

The program should have a mapper and a reducer - written in python

Design a map reduce program to output the word and the filename in which it is located. Take your own input files as shown below. Sample input: cat > file01 Hello World Bye World cat > file02 Hello Hadoop Goodbye Hadoop Sample output: Bye file01 Goodbye file02 Hadoop file02, file02 Hello file02, file01 World file01, file01 Design a map reduce program to output the word and the filename in which it is located. Take your own input files as shown below. Sample input: cat > file01 Hello World Bye World cat > file02 Hello Hadoop Goodbye Hadoop Sample output: Bye file01 Goodbye file02 Hadoop file02, file02 Hello file02, file01 World file01, file01

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!