Skip to content

Instantly share code, notes, and snippets.

@legatoo
legatoo / hadoop_install_script.sh
Created November 2, 2014 01:39
For stackoverflow use
#!/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 necessary