Bluebird aims to be bigdata processing distribution comprising of the following
The main aim is to help people get started on Spark & Shark easily.
This release is meant for people to just try out how easy it is to get started with Mesos+Hadoop using Bluebird.
You can install mesos and hadoop using this package.
This assumes you have already set password-less login.
- Download the latest preview release from the Downloads section
- Extract the downloaded distribution archive
- In the shell, change to dist in the extracted folder
- run
$ ./install.sh all
- This will install the distribution in ~/bluebird (installing to other directory currently doesn't work)
- On shell open ~/bluebird
- Start Mesos
$./run.sh mesos
- Check if mesos started properly, opening http://localhost:8080/
- Start Hadoop
$./run.sh hadoop
- You should now be able to access Namenode WebUI at http://localhost:50070/ and Jobtracker WebUI at http://localhost:50070/
- The Mesos WebUI should also show Hadoop framework active
More to come . . .