A setup script for hadoop development environment on Ubuntu/Debian. This script installs:
- Oracle JDK 1.7
- protocol buffers 2.5.0 from source code
- maven 3.0.5
- git
- python (Confirmed that this script run with 2.7.6)
- fabric
- It's an easy way to use pip to install fabric:
$ pip install fabric
Please use this script with fabric.
$ fab install
No hosts found. Please specify (single) host string for connection: host1
[host1] outPress [ENTER] to continue or ctrl-c to cancel adding it
...<before installing JDK7, you need to press enter key.>...
Now, you can build hadoop! Document of Fabric is also useful.
This software is distributed under Apache License, Version 2.0.