March 2014
Intermediate to advanced
400 pages
10h 7m
English
The following is a listing of the installation scripts discussed in Chapter 5, “Installing Apache Hadoop YARN.” They can be used to help follow the installation discussion. All of the scripts are available from the download page listed in Appendix A.
#!/bin/bash## Install Hadoop 2 using pdsh/pdcp where possible.## Command can be interactive or file-based. This script sets up# a Hadoop 2 cluster with basic configuration. Modify data, log, and pid# directories as desired. Further configure your cluster with ./conf-hadoop2.sh# after running this installation script.## Basic environment variables. Edit as necessaryHADOOP_VERSION=2.2.0HADOOP_HOME="/opt/hadoop-${HADOOP_VERSION}" ...
Read now
Unlock full access