Suppose data is in a file that is distributed over many processors. Show how you would use the map-reduce framework of Section 20.2 to compute a min hash value, using a single hash function, assuming:
a) The file must be partitioned by rows.
b) The file must be partitioned by columns.