Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/impetus/jumbune

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,
https://github.com/impetus/jumbune

aiops apm cluster-monitoring data-analysis data-quality developer-tools devops-tools hadoop hadoop-cluster hadoop-monitor hadoop-monitoring monitoring-tool optimization-framework yarn yarn-hadoop-cluster

Last synced: 3 months ago
JSON representation

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,

Awesome Lists containing this project

README

        

jumbune [![Build Status](https://travis-ci.org/Impetus/jumbune.svg?branch=master)](https://travis-ci.org/Impetus/jumbune)
=======

## 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 `

- Deploying Jumbune (in verbose mode)

`java -jar -verbose`

- Running Jumbune Agent

`java -jar <|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
- Quick Start Guide: http://bit.ly/1mY9qWe
- Installation Guide: http://bit.ly/1kBG4Qo
- Release Notes: http://bit.ly/TkWSj8
- Architecture Guide: http://bit.ly/UgJayB
- Deployment Planning Guide: http://bit.ly/1oiXGk2
- Administration Guide: http://bit.ly/1uq5LVV
- Troubleshooting Guide: http://bit.ly/1pXEYOd
- Getting Involved Guide: http://bit.ly/1i7XjDn

## License

Jumbune is licensed under LGPLv3 license

[![HitCount](http://hits.dwyl.io/Impetus/jumbune.svg)](http://hits.dwyl.io/Impetus/jumbune)