InterviewSolution
| 1. |
Explain YARN in Hadoop? |
|
Answer» Yarn is abbreviated ad YET Another Resource Negotiator. In Hadoop, it is considered as one of the main components. While opening Hadoop, Yarn helps in processing and running data for stream processing, graph processing, batch processing, and interactive processing which are stored in HDFS. So briefly, we can SAY that YARN helps to run various TYPES of distributed applications. Using YARN, the efficiency of the system can be increased as data that is stored in HDFS is processed and run by various types of processing engines as DEPICTED above. It is also known for optimum utilization of all available resources that results in easy processing of a HIGH volume of data. |
|