- Apache Hadoop 3 Quick Start Guide
- Hrishikesh Vijay Karambelkar
- 284字
- 2021-06-10 19:18:42
Planning and Setting Up Hadoop Clusters
In the last chapter, we looked at big data problems, the history of Hadoop, along with an overview of big data, Hadoop architecture, and commercial offerings. This chapter will focus on hands-on, practical knowledge of how to set up Hadoop in different configurations. Apache Hadoop can be set up in the following three different configurations:
- Developer mode: Developer mode can be used to run programs in a standalone manner. This arrangement does not require any Hadoop process daemons, and jars can run directly. This mode is useful if developers wish to debug their code on MapReduce.
- Pseudo cluster (single node Hadoop): A pseudo cluster is a single node cluster that has similar capabilities to that of a standard cluster; it is also used for the development and testing of programs before they are deployed on a production cluster. Pseudo clusters provide an independent environment for all developers for coding and testing.
- Cluster mode: This mode is the real Hadoop cluster where you will set up multiple nodes of Hadoop across your production environment. You should use it to solve all of your big data problems.
This chapter will focus on setting up a new Hadoop cluster. The standard cluster is the one used in the production, as well as the staging, environment. It can also be scaled down and used for development in many cases to ensure that programs can run across clusters, handle fail-over, and so on. In this chapter, we will cover the following topics:
- Prerequisites for Hadoop
- Running Hadoop in development mode
- Setting up a pseudo Hadoop custer
- Sizing the cluster
- Setting up Hadoop in cluster mode
- Diagnosing the Hadoop cluster
推薦閱讀
- Project 2007項目管理實用詳解
- 大數據項目管理:從規劃到實現
- 精通MATLAB神經網絡
- 網絡服務器架設(Windows Server+Linux Server)
- Deep Learning Quick Reference
- SCRATCH與機器人
- 機器人智能運動規劃技術
- Implementing AWS:Design,Build,and Manage your Infrastructure
- 工業機器人維護與保養
- 悟透AutoCAD 2009案例自學手冊
- 單片機C語言程序設計完全自學手冊
- Working with Linux:Quick Hacks for the Command Line
- Ansible 2 Cloud Automation Cookbook
- AVR單片機工程師是怎樣煉成的
- Puppet 3 Beginner’s Guide