Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.35 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.35 KB

Bluebird

Bluebird aims to be bigdata processing distribution comprising of the following

The main aim is to help people get started on Spark & Shark easily.

Preview Release 0.0.1

This release is meant for people to just try out how easy it is to get started with Mesos+Hadoop using Bluebird.

What works

You can install mesos and hadoop using this package.

How do I install?

This assumes you have already set password-less login.

  1. Download the latest preview release from the Downloads section
  2. Extract the downloaded distribution archive
  3. In the shell, change to dist in the extracted folder
  4. run

$ ./install.sh all

  1. This will install the distribution in ~/bluebird (installing to other directory currently doesn't work)

How to run?

  1. On shell open ~/bluebird
  2. Start Mesos

$./run.sh mesos

  1. Check if mesos started properly, opening http://localhost:8080/
  2. Start Hadoop

$./run.sh hadoop

  1. You should now be able to access Namenode WebUI at http://localhost:50070/ and Jobtracker WebUI at http://localhost:50070/
  2. The Mesos WebUI should also show Hadoop framework active

More to come . . .