码迷,mamicode.com
首页 > 其他好文 > 详细

<Dr.Elephant>

时间:2017-07-18 23:18:40      阅读:503      评论:0      收藏:0      [点我收藏+]

标签:complete   man   name   under   rman   flow   cat   list   dash   

Why Dr.Elephant?

  • Most of Hadoop optimization tools out there, but they are focused on simplifying the deploy and managment of Hadoop clusters.
  • Very few tools are designed to help Hadoop users optimize their flows.
  • Dr.Elephant supports Hadoop with a variety of frameworks and can be easily extended to newer frameworks.
  • You can plugin and configure as many custom heuristics as you like.
  • It is designed to help the users of Hadoop and Spark understand the internals of their flow and to help them tune their jobs easily.

Key Features

  • Pluggable and configurable rule-based heuristics that diagnose a job;
  • Out-of-the-box integration with Azkaban scheduler and support for adding any other Hadoop scheduler, such as Oozie;
  • Representation of historic performance of jobs and flows;
  • Job-level comparison of flows;
  • Diagnostic heuristics for MapReduce and Spark;
  • Easily extensible to newer job types, applications, and schedulers;
  • REST API to fetch all the information.

How does it work?

  1. Dr. Elephant gets a list of all recent succeeded and failed applications, at regular intervals, from the YARN resource manager.
  2. The metadata for each application—namely, the job counters, configurations, and the task data—are fetched from the Job History server.
  3. Dr. Elephant runs a set of heuristics on them and generates a diagnostic report on how the individual heuristics and the job as a whole performed.
  4. These are then tagged with one of five severity levels, to indicate potential performance problems.

Sample Usage

  • Once a job completes, it can be found in the Dashboard.
  • The color Red means the job is in critical state and requires tuning while Green means the job is running efficiently. As follow
    技术分享
  • And u can click into the app to get the complete report, including details on each of the individual heuristics and a link, [Explain], which provides suggestions on how to tune the job to improve that heuristic.

Getting Started

User Guide

  • TBD...

 

 

FYI

<Dr.Elephant>

标签:complete   man   name   under   rman   flow   cat   list   dash   

原文地址:http://www.cnblogs.com/wttttt/p/7203099.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!