Developer(s) Impetus Technologies Development status Active Operating system | Stable release 1.5.0 Written in Java Website jumbune.org | |
![]() | ||
Jumbune [juhm-b-yoon] is an open-source multi-module framework intended for Hadoop MapReduce developers and cluster administrators. It is designed to monitor, profile, analyse and validate the Hadoop job and cluster.
Contents
Jumbune provides complete view of whole Hadoop cluster and jobs at one go. This framework comprises various modules
Hadoop Cluster Administrator
It helps the admins to monitor the cluster with node system-level fine grained statistics. They have the option to mark frequently monitored stats as favorites and fetch refreshed results at specified interval of time. Selection of trends for specific stats is also available.
Hadoop Mapreduce Developer
It's a simple and easy utility that helps MapReduce developers, to find discrepancies and errors in the HDFS data. User may check for data violations under various categories like: data type, null values or regular expression values. It provides developers to code level control flow statistics of MapReduce job. User may apply regex validations or its own user defined validation classes. As per the validations applied, Jumbune’s flow debugger checks the flow of <key,value> data for mapper and reducer respectively. It enables the developers to understand which resources are creating a bottleneck and the MapReduce phases thatare consuming more time than estimated and requires optimization to achieve an efficient job performance.