[2/4] eagle git commit: [EAGLE-900] Only show left navigation item (HDFS, HBase) when we install the JMX application

2017-02-21 Thread jjtang
http://git-wip-us.apache.org/repos/asf/eagle/blob/c32b7152/eagle-metric/eagle-hbase-web/src/main/webapp/app/apps/hbase/ctrls/overview.js -- diff --git

[3/4] eagle git commit: [EAGLE-900] Only show left navigation item (HDFS, HBase) when we install the JMX application

2017-02-21 Thread jjtang
http://git-wip-us.apache.org/repos/asf/eagle/blob/c32b7152/eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/partials/region/regionList.html -- diff --git

[4/4] eagle git commit: [EAGLE-900] Only show left navigation item (HDFS, HBase) when we install the JMX application

2017-02-21 Thread jjtang
[EAGLE-900] Only show left navigation item (HDFS, HBase) when we install the JMX application [EAGLE-900] Only show left navigation item (HDFS, HBase) when we install the JMX application - Refactor eagle-hadoop-metric to single app for every service, for example, there is a eagle-hadoop-metric

eagle git commit: [EAGLE-892] fixng NPE on ResourceFetcher

2017-02-14 Thread jjtang
Repository: eagle Updated Branches: refs/heads/master 1cfff2b9a -> ac5776750 [EAGLE-892] fixng NPE on ResourceFetcher MRRunningJobFetchSpout uses these functions which if returned Null, the follow up log line will throw NPE. ( as shown below ) ``` apps =

eagle git commit: [MINOR] Revert index.html

2017-02-17 Thread jjtang
Repository: eagle Updated Branches: refs/heads/master 26e1f0677 -> 255f00f17 [MINOR] Revert index.html Author: r7raul1984 Closes #817 from r7raul1984/Revert-index. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit:

eagle git commit: [EAGLE-872] Transform counter metric to rate metric

2017-03-20 Thread jjtang
Repository: eagle Updated Branches: refs/heads/master 0cda01b58 -> 673a81e44 [EAGLE-872] Transform counter metric to rate metric - Add transform bolt using counterToRateFunction in HadoopMetricMonitorApp's storm topology. https://issues.apache.org/jira/browse/EAGLE-872 Author: r7raul1984

eagle git commit: MINOR: change the rest api for testing resource manager HA

2017-03-16 Thread jjtang
Repository: eagle Updated Branches: refs/heads/master b31b5470e -> ec52457cd MINOR: change the rest api for testing resource manager HA Author: Zhao, Qingwen Closes #879 from qingwen220/minor. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit:

eagle git commit: [EAGLE-963] list & detail page use same durationTime

2017-03-17 Thread jjtang
Repository: eagle Updated Branches: refs/heads/master 1e7250d8e -> 0d47184a6 [EAGLE-963] list & detail page use same durationTime job list page using time duration calculation. It's sync with detail page by durationTime now. Author: zombieJ Closes #882 from

eagle git commit: [EAGLE-961] table-responsive of jpm job list

2017-03-17 Thread jjtang
Repository: eagle Updated Branches: refs/heads/master 0d47184a6 -> 84d661e65 [EAGLE-961] table-responsive of jpm job list ref: https://issues.apache.org/jira/browse/EAGLE-961 Use scroll bar of table display in jpm job list Author: zombieJ Closes #883 from

eagle git commit: [EAGLE-953] Host-level Overview Heatmap Diagram for Topology Monitoring

2017-04-13 Thread jjtang
Repository: eagle Updated Branches: refs/heads/master 4ff4d628f -> 01553a346 [EAGLE-953] Host-level Overview Heatmap Diagram for Topology Monitoring https://issues.apache.org/jira/browse/EAGLE-953 Author: koone Closes #907 from koone/heatmap. Project:

eagle git commit: [EAGLE-1002] fix chart component not handle event when force refresh

2017-04-13 Thread jjtang
Repository: eagle Updated Branches: refs/heads/master 01553a346 -> e8d572dc1 [EAGLE-1002] fix chart component not handle event when force refresh chart lib refresh will generate new chart object which will miss chart event handle. Author: zombieJ Closes #912 from

eagle git commit: [MINOR] Add Java Object serial file to rat plugin exclusion

2017-04-13 Thread jjtang
Repository: eagle Updated Branches: refs/heads/master e8d572dc1 -> 9b488f1fe [MINOR] Add Java Object serial file to rat plugin exclusion Add Java Object serial file to rat plugin exclusion Author: r7raul1984 Closes #911 from r7raul1984/MINOR-rat. Project:

eagle git commit: [EAGLE-1001] Compare Chart of JPM detail isn't sorted

2017-04-14 Thread jjtang
Repository: eagle Updated Branches: refs/heads/master 9b488f1fe -> c243f4161 [EAGLE-1001] Compare Chart of JPM detail isn't sorted - sort job list by startTime https://issues.apache.org/jira/browse/EAGLE-1001 Author: r7raul1984 Author: JiJun Tang