Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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,
- Host: GitHub
- URL: https://github.com/impetus/jumbune
- Owner: Impetus
- License: lgpl-3.0
- Created: 2014-06-05T15:28:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T22:53:22.000Z (about 2 years ago)
- Last Synced: 2024-07-21T05:51:11.596Z (7 months ago)
- Topics: 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
- Language: Java
- Homepage: http://www.jumbune.org
- Size: 31.7 MB
- Stars: 71
- Watchers: 25
- Forks: 32
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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)