- HDInsight Essentials(Second Edition)
- Rajesh Nadipalli
- 230字
- 2021-08-06 19:26:56
Hadoop on Windows deployment options
Apache Hadoop can be deployed on Windows either on physical servers or in the cloud. This section reviews the various options for Hadoop on Windows.
Microsoft Azure HDInsight Service
Microsoft Azure is a cloud solution that allows one to rent, compute, and store resources on-demand for the duration of a project. HDInsight is a service that utilizes these elastic services and allows us to quickly create a Hadoop cluster for big data processing. HDInsight cluster is completely integrated with low-cost Blob storage and allows other programs to directly leverage data in Blob storage.
HDInsight Emulator
Microsoft HDInsight Emulator for Azure is a single node Hadoop cluster with key components installed and configured that is great for development, initial prototyping, and promoting code to production cluster.
HDInsight Emulator requires a 64-bit version of Windows and one of the following operating systems will suffice: Windows 7 Service Pack 1, Windows Server 2008 R2 Service Pack1, Windows 8, or Windows Server 2012.
Hortonworks Data Platform (HDP) for Windows
HDP for Windows can be deployed on multiple servers. With this option, you have complete control over the servers and can scale as per your project needs in your own data center. This option, however, does not have the additional value added features provided by HDInsight.
HDP 2.2 requires a 64-bit version of Windows Server 2008 or Windows Server 2012.
- Visual C++程序設計學習筆記
- C語言程序設計習題解析與上機指導(第4版)
- Building a Game with Unity and Blender
- 劍指JVM:虛擬機實踐與性能調優
- MATLAB 2020 從入門到精通
- Linux網絡程序設計:基于龍芯平臺
- C語言程序設計上機指導與習題解答(第2版)
- Test-Driven Machine Learning
- Access 2010中文版項目教程
- Go語言底層原理剖析
- QGIS 2 Cookbook
- Zabbix Performance Tuning
- 深入分析GCC
- Software Development on the SAP HANA Platform
- Python程序設計:基礎與實踐