Creating MapReduce program to calculatingpi
• Step 1: Generate an input file to the Pi MapReduce program
• Step 1.1: Create a regular Java program which accepts two command line arguments.
• R: The radius
• N: The number of (x, y) pairs to create
The Java program then randomly generates N pairs of (x, y) and displays them on the standard output.