Skip to content

oza/hadoopdev_install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

What's this?

A setup script for hadoop development environment on Ubuntu/Debian. This script installs:

  1. Oracle JDK 1.7
  2. protocol buffers 2.5.0 from source code
  3. maven 3.0.5
  4. git

Prerequirements

  • 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

How to use

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.

Misc.

This software is distributed under Apache License, Version 2.0.

About

A setup script for hadoop development environment on Ubuntu/Debian.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors