Problem:
Question 1- Calculate the time necessary to perform a multiply using the approach described in the text (31 adders stacked vertically) if an integer is 8 bits wide and an adder takes 4 time units.
Question 2- Write a HDFS program to divide a file in HDFS into N small files in the local file system.
Show the code, demonstrate it works properly and describe what it is doing.