- Hadoop 2.x Administration Cookbook
- Gurmukh Singh
- 337字
- 2021-07-09 20:10:25
Installation methods
Hadoop can be installed in multiple ways, either by using repository methods such as Yum
/apt-get
or by extracting the tarball packages. The project Bigtop http://bigtop.apache.org/ provides Hadoop packages for infrastructure, and can be used by creating a local repository of the packages.
All the steps are to be performed as the root user. It is expected that the user knows how to set up a yum
repository and Linux basics.
Getting ready
You are going to need a Linux machine. You can either use the one which has been used in the previous task or set up a new node, which will act as repository server and host all the packages we need.
How to do it...
- Connect to a Linux machine that has at least 5 GB disk space to store the packages.
- If you are on CentOS or a similar distribution, make sure you have the package
yum-utils
installed. This package will provide the commandreposync
. - Create a file
bigtop.repo
under/etc/yum.repos.d/
. Note that the file name can be anything—only the extension must be.repo
. - See the following screenshot for the contents of the file:
- Execute the command
reposync –r bigtop
. It will create a directory namedbigtop
under the present working directory with all the packages downloaded to it. - All the required Hadoop packages can be installed by configuring the repository we downloaded as a repository server.
How it works...
From step 2 to step 6, the user will be able to configure and use the Hadoop package repository. Setting up a Yum
repository is not required, but it makes things easier if we have to do installations on hundreds of nodes. In larger setups, management systems such as Puppet or Chef will be used for deployment configuration to push configuration and packages to nodes.
In this chapter, we will be using the tarball package that was built in the first section to perform installations. This is the best way of learning about directory structure and the configurations needed.
- 大數據技術與應用基礎
- 智能傳感器技術與應用
- Seven NoSQL Databases in a Week
- Getting Started with Clickteam Fusion
- 腦動力:PHP函數速查效率手冊
- Arduino &樂高創意機器人制作教程
- 基于32位ColdFire構建嵌入式系統
- 新編計算機組裝與維修
- 新編計算機圖形學
- 從零開始學SQL Server
- Red Hat Enterprise Linux 5.0服務器構建與故障排除
- Eclipse RCP應用系統開發方法與實戰
- AVR單片機C語言程序設計實例精粹
- Flash 8中文版全程自學手冊
- Apache Spark Machine Learning Blueprints