dr-elephant 是大象医生,帮助分析hadoop任务,spark任务运行状况,给出调优建议。
1. git clone https://github.com/linkedin/dr-elephant.git cd dr-elephant*
java1.8
2. 下载 https://downloads.typesafe.com/typesafe-activator/1.3.12/typesafe-activator-1.3.12.zip
配置环境
export ACTIVATOR_HOME=/path/to/unzipped/activator export PATH=$ACTIVATOR_HOME/bin:$PATH
3.sudo yum install npm sudo npm install -g bower cd web; bower install; cd ..
4.编译
./compile.sh [./compile.conf] -- compile.com中可以指定hadoop,spark版本,测试指定其它版本都编译不通过,默认就行
5. 编译完后会生成zip文件
ls dist dr-elephant*.zip
安装
1. 解压zip
unzip dr-elephant-2.1.7.zip
2.配置环境变量 vi .bash_profile
export HADOOP_HOME=/opt/cloudera/parcels/CDH/lib/hadoo