InstructionsRead Big Data Processing with Apache Spark – Part 1: Introduction (Links to an external site.) listed in the module resources. Under the section “Sample Spark Application” are instructions to install the JDK and SPARK. Under the “Word Count Application” section are instructions for writing word count code.Following the instructions provided, install the JDK and SPARK
Following the instructions provided, cache the README.md file
Count the words in the README.md file and answer the set of questions below.
oHow many times is the word “Hadoop” counted when the tutorial has printed out all the word counts?oWhich is the most common word used in the file? How many times does the word occur?oWhich word occurs the fewest times? How many times does the word occur?Then look at the web console (http://:4040/jobs). How many seconds did it take to complete the word count job?
Submit the code, output and explanation of your steps with screenshots with date/time.
Requirements: as long as need