Skip to content

Jumbune, an open source BigData APM & Data Quality Management Platform for Data Clouds. Enterprise feature offering is available at http://jumbune.com. More details of open source offering are at,

License

Notifications You must be signed in to change notification settings

Impetus/jumbune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21f94af · Feb 14, 2020
Jan 31, 2020
Feb 14, 2020
Feb 14, 2020
Feb 13, 2020
Feb 14, 2020
Feb 13, 2020
Feb 13, 2020
Feb 14, 2020
Feb 14, 2020
Feb 12, 2020
Feb 13, 2020
Feb 13, 2020
Feb 13, 2020
Feb 13, 2020
Feb 13, 2020
Feb 14, 2020
Feb 14, 2020
May 18, 2015
Jun 4, 2018
Nov 5, 2019
Jun 21, 2017
Feb 12, 2020
Jun 5, 2014
Jun 1, 2018
Feb 12, 2020
Feb 14, 2020
Feb 14, 2020

Repository files navigation

jumbune Build Status

Synopsis

Jumbune is an open-source Big Data APM which helps to improve performance of Data operations on clouds: AWS, Azure, Google Cloud Platform and In-premise data centers.

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>

  • Deploying Jumbune (in verbose mode)

java -jar <location of the distribution build jar> -verbose

  • Running Jumbune Agent

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

  • Running Jumbune

./startWeb

or

./runCli

Docker Image (Jumbune 1.6 + Apache Hadoop on Ubuntu OS)

  • Building from root of the checked out repository $ sudo docker build –t jumbune/pseudo-distributed_1.6:tag .

  • Building from the github.com repository $ sudo docker build -t jumbune/pseudo-distributed_1.6:tag github.com/Impetus/jumbune/

  • Getting the automated build from docker registry https://registry.hub.docker.com/u/jumbune/jumbune/

  • Running the built image $ sudo docker run -d --name="jumbune" -h "jumbune-docker" -p 9080:9080 jumbune/pseudo-distributed_1.6:tag

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

HitCount