Create two data files with names and datasets as shown below and then implement the following queries using mrjob package in python for map reduce programming and using pigalso for the same.Compare the two processing types. We have dataset of employee and expenses in form of txt Employee.txt 101,Abhay,20000,1 102,Shiv,10000,2 …