BhandariArpan / jumbune

Jumbune is an open-source project to optimize both Yarn (v2) and older (v1) Hadoop based solutions. It's a Linux based framework to assist in fault free analytic solution development, data quality validation and efficient cluster utilization. Jumbune can decoupled from the Hadoop cluster & run on a separate machine. Being a generic implementation, Jumbune can work with almost all major Hadoop distributions.

Home Page:http://www.jumbune.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jumbune Build Status

Synopsis

Jumbune is an open-source product built for analyzing Hadoop cluster and MapReduce jobs. It provides development & administrative insights of Hadoop based analytical solutions. It enables user to Debug, Profile, Monitor & Validate analytical solutions hosted on decoupled clusters.

Website

http://jumbune.org

Issue Tracker

http://jumbune.org/jira/browse/JUM

Building

Jumbune can be build with maven

  • To build for a Yarn Hadoop cluster

mvn clean install -P yarn

  • To build for a non Yarn Hadoop cluster

mvn clean install

Installation

Detailed installation guide can be found at http://bit.ly/1kBG4Qo

Deployment Planning guide at http://bit.ly/1oiXGk2

  • Deploying Jumbune

java -jar <location of the distribution build jar>

  • Running Jumbune Agent

java -jar <jumbune agent jar> <port> <|verbose>

  • Running Jumbune

./startWeb

or

./runCli

Code Examples

Code examples are packages inside the distribution,

  • For Flow analyzer: BankDefaulters, ClickStreamAnalysis, USRegionPortouts
  • For Profilng: MovieRating
  • For Data Validation - script

Documentation

License

Jumbune is licensed under LGPLv3 license

About

Jumbune is an open-source project to optimize both Yarn (v2) and older (v1) Hadoop based solutions. It's a Linux based framework to assist in fault free analytic solution development, data quality validation and efficient cluster utilization. Jumbune can decoupled from the Hadoop cluster & run on a separate machine. Being a generic implementation, Jumbune can work with almost all major Hadoop distributions.

http://www.jumbune.org

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 46.7%Language:Java 43.7%Language:HTML 7.3%Language:CSS 2.2%Language:Shell 0.1%Language:ApacheConf 0.0%