Consider the wordcount mapreduce application we covered in c…
Consider the wordcount mapreduce application we covered in class. Let: The main class be WordCount The jar file be wordcount.jar The input be stored in a directory called wc-in under the user home directory in HDFS. The output diretcory be wc-out, to be created under the user home directory in HDFS. 1. What is the YARN command to submit and run the job in Hadoop? Answer: _______ 2. What is the HDFS command to show the whole output in the terminal? Answer: _______
Read Details