Setup a Single Node Hadoop 2 Cluster with a Single Command


Setup a hadoop 2 cluster with a single command:
curl -sSL https://raw.githubusercontent.com/DemandCube/hadoop-single-node-cluster/master/INSTALL-HADOOP | bash -s -- -r
For development purposes we wanted a easy way to setup an environment that's been tested everywhere we work:

  • Vagrant
  • AWS
  • DigitalOcean
This makes things much easier: Feel free to help add compatibility to other linux distros


https://github.com/DemandCube/hadoop-single-node-cluster


Comments

BAdjao B And B said…
Should work out of the box and be better documented. Did not work
Unknown said…
Agree with Alex.
Steve Morin said…
Did you open a bug report on the project or post the error?
ETL174 said…
Hi, does this command create a Hadoop Cluster as mentioned on link
http://blog.cloudera.com/blog/2014/01/how-to-create-a-simple-hadoop-cluster-with-virtualbox/

Popular posts from this blog

Vim vi how to reload a file your editing