- Hands-On Big Data Modeling
- James Lee Tao Wei Suresh Kumar Mukhiya
- 180字
- 2021-06-10 18:58:53
Yet Another Resource Negotiator
Yet Another Resource Negotiator (YARN) is an example of an extension of the MapReduce framework. YARN is the architectural center of Hadoop and permits multiple data processing engines, such as interactive SQL, batch processing, and real-time streaming, to handle data stored in a single platform. It is known as the new generation of Hadoop.
YARN improves a Hadoop cluster in many ways. Some important features that are improved in YARN are listed as follows:
- Scalability: YARN has a ResourceManger, which has two components: a scheduler and an application manager. As the name suggests, the scheduler is responsible for allocating resources to the running application. The application manager is responsible for starting application masters and for monitoring and restarting them on different nodes, in the case of failures.
- Compatibility: YARN can run applications developed for Hadoop 1.x, without going through the modification process.
- Cluster utilization: YARN allocates clusters dynamically, over most static MapReduce rules.
- Multi-tenancy: YARN permits accessing engines, to use Hadoop as the common standard for each batch.
推薦閱讀
- 自動控制工程設計入門
- PowerShell 3.0 Advanced Administration Handbook
- Circos Data Visualization How-to
- Excel 2007函數與公式自學寶典
- IoT Penetration Testing Cookbook
- 計算機網絡技術實訓
- 變頻器、軟啟動器及PLC實用技術260問
- Splunk Operational Intelligence Cookbook
- 西門子變頻器技術入門及實踐
- Visual C++項目開發案例精粹
- Mastering Geospatial Analysis with Python
- 電動汽車驅動與控制技術
- 玩機器人 學單片機
- JSP通用范例開發金典
- 暗戰強人:黑客攻防入門全程圖解