[GitHub] eagle pull request #762: [EAGLE-797] add job analysis

2017-01-03 Thread wujinhu
GitHub user wujinhu opened a pull request: https://github.com/apache/eagle/pull/762 [EAGLE-797] add job analysis for continuous development You can merge this pull request into a Git repository by running: $ git pull https://github.com/wujinhu/eagle EAGLE-797 Alternatively you

[jira] [Commented] (EAGLE-797) MRJobParser fetchjobConfig should continue when parse throw exception

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15794558#comment-15794558 ] ASF GitHub Bot commented on EAGLE-797: -- GitHub user wujinhu opened a pull request:

[jira] [Created] (EAGLE-849) System metric collector python script

2017-01-03 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-849: -- Summary: System metric collector python script Key: EAGLE-849 URL: https://issues.apache.org/jira/browse/EAGLE-849 Project: Eagle Issue Type: Improvement Rep

[jira] [Updated] (EAGLE-849) System metric collector python script

2017-01-03 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-849: --- Affects Version/s: v0.5.0 > System metric collector python script > - > >

[jira] [Updated] (EAGLE-849) System metric collector python script

2017-01-03 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-849: --- Fix Version/s: v0.5.0 > System metric collector python script > - > >

[jira] [Updated] (EAGLE-849) System metric collector python script

2017-01-03 Thread Hao Chen (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chen updated EAGLE-849: --- Component/s: System Metric Monitor > System metric collector python script > --

[GitHub] eagle pull request #763: [EAGLE-849] Refactor system metric collector script...

2017-01-03 Thread haoch
GitHub user haoch opened a pull request: https://github.com/apache/eagle/pull/763 [EAGLE-849] Refactor system metric collector scripts Refactor System metric collector python script following similar framework as existing jmx metric collector. https://issues.apache.org/jira

[jira] [Commented] (EAGLE-849) System metric collector python script

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15794643#comment-15794643 ] ASF GitHub Bot commented on EAGLE-849: -- GitHub user haoch opened a pull request:

[GitHub] eagle pull request #762: [EAGLE-797] add job analysis

2017-01-03 Thread haoch
Github user haoch commented on a diff in the pull request: https://github.com/apache/eagle/pull/762#discussion_r94381184 --- Diff: eagle-jpm/pom.xml --- @@ -42,6 +42,7 @@ eagle-jpm-web eagle-jpm-service eagle-jpm-aggregation +eagle-

[jira] [Commented] (EAGLE-797) MRJobParser fetchjobConfig should continue when parse throw exception

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15794674#comment-15794674 ] ASF GitHub Bot commented on EAGLE-797: -- Github user haoch commented on a diff in the p

[GitHub] eagle pull request #763: [EAGLE-849] Refactor system metric collector script...

2017-01-03 Thread jhsenjaliya
Github user jhsenjaliya commented on a diff in the pull request: https://github.com/apache/eagle/pull/763#discussion_r94525463 --- Diff: eagle-external/hadoop_jmx_collector/system_metric_collector.py --- @@ -0,0 +1,300 @@ +# !/usr/bin/python +# +# Licensed to the Apache

[jira] [Commented] (EAGLE-849) System metric collector python script

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797029#comment-15797029 ] ASF GitHub Bot commented on EAGLE-849: -- Github user jhsenjaliya commented on a diff in

[jira] [Commented] (EAGLE-849) System metric collector python script

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797042#comment-15797042 ] ASF GitHub Bot commented on EAGLE-849: -- Github user jhsenjaliya commented on a diff in

[GitHub] eagle pull request #763: [EAGLE-849] Refactor system metric collector script...

2017-01-03 Thread jhsenjaliya
Github user jhsenjaliya commented on a diff in the pull request: https://github.com/apache/eagle/pull/763#discussion_r94525925 --- Diff: eagle-external/hadoop_jmx_collector/system_metric_collector.py --- @@ -0,0 +1,300 @@ +# !/usr/bin/python +# +# Licensed to the Apache

[jira] [Commented] (EAGLE-849) System metric collector python script

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797047#comment-15797047 ] ASF GitHub Bot commented on EAGLE-849: -- Github user jhsenjaliya commented on a diff in

[GitHub] eagle pull request #763: [EAGLE-849] Refactor system metric collector script...

2017-01-03 Thread jhsenjaliya
Github user jhsenjaliya commented on a diff in the pull request: https://github.com/apache/eagle/pull/763#discussion_r94525991 --- Diff: eagle-external/hadoop_jmx_collector/system_metric_collector.py --- @@ -0,0 +1,300 @@ +# !/usr/bin/python +# +# Licensed to the Apache

[GitHub] eagle pull request #763: [EAGLE-849] Refactor system metric collector script...

2017-01-03 Thread jhsenjaliya
Github user jhsenjaliya commented on a diff in the pull request: https://github.com/apache/eagle/pull/763#discussion_r94526216 --- Diff: eagle-external/hadoop_jmx_collector/system_metric_collector.py --- @@ -0,0 +1,300 @@ +# !/usr/bin/python +# +# Licensed to the Apache

[jira] [Commented] (EAGLE-849) System metric collector python script

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797054#comment-15797054 ] ASF GitHub Bot commented on EAGLE-849: -- Github user jhsenjaliya commented on a diff in

[jira] [Assigned] (EAGLE-687) When creating sites in UI and metadata storaged as jdbc, the field "Description" can't be null

2017-01-03 Thread Jayesh (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh reassigned EAGLE-687: Assignee: Jayesh > When creating sites in UI and metadata storaged as jdbc, the field > "Description" can'

[jira] [Resolved] (EAGLE-687) When creating sites in UI and metadata storaged as jdbc, the field "Description" can't be null

2017-01-03 Thread Jayesh (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh resolved EAGLE-687. -- Resolution: Fixed > When creating sites in UI and metadata storaged as jdbc, the field > "Description" can't be

[GitHub] eagle pull request #753: EAGLE-845 JMX Dashboard

2017-01-03 Thread zombieJ
Github user zombieJ commented on a diff in the pull request: https://github.com/apache/eagle/pull/753#discussion_r94540049 --- Diff: eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/ctrls/overview.js --- @@ -21,52 +21,193 @@ * `register` without params will load

[GitHub] eagle pull request #753: EAGLE-845 JMX Dashboard

2017-01-03 Thread zombieJ
Github user zombieJ commented on a diff in the pull request: https://github.com/apache/eagle/pull/753#discussion_r94540538 --- Diff: eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/ctrls/overview.js --- @@ -21,52 +21,193 @@ * `register` without params will load

[GitHub] eagle pull request #753: EAGLE-845 JMX Dashboard

2017-01-03 Thread zombieJ
Github user zombieJ commented on a diff in the pull request: https://github.com/apache/eagle/pull/753#discussion_r94539902 --- Diff: eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/ctrls/overview.js --- @@ -21,52 +21,193 @@ * `register` without params will load

[GitHub] eagle pull request #753: EAGLE-845 JMX Dashboard

2017-01-03 Thread zombieJ
Github user zombieJ commented on a diff in the pull request: https://github.com/apache/eagle/pull/753#discussion_r94540400 --- Diff: eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/ctrls/overview.js --- @@ -21,52 +21,193 @@ * `register` without params will load

[GitHub] eagle pull request #753: EAGLE-845 JMX Dashboard

2017-01-03 Thread zombieJ
Github user zombieJ commented on a diff in the pull request: https://github.com/apache/eagle/pull/753#discussion_r94540193 --- Diff: eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/ctrls/overview.js --- @@ -21,52 +21,193 @@ * `register` without params will load

[GitHub] eagle pull request #753: EAGLE-845 JMX Dashboard

2017-01-03 Thread zombieJ
Github user zombieJ commented on a diff in the pull request: https://github.com/apache/eagle/pull/753#discussion_r94539669 --- Diff: eagle-server/src/main/webapp/app/dev/public/js/common.js --- @@ -334,6 +336,136 @@ return deferred; }; + //===

[GitHub] eagle pull request #753: EAGLE-845 JMX Dashboard

2017-01-03 Thread zombieJ
Github user zombieJ commented on a diff in the pull request: https://github.com/apache/eagle/pull/753#discussion_r94539884 --- Diff: eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/ctrls/overview.js --- @@ -21,52 +21,193 @@ * `register` without params will load

[jira] [Commented] (EAGLE-845) JMX Dashboard

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797494#comment-15797494 ] ASF GitHub Bot commented on EAGLE-845: -- Github user zombieJ commented on a diff in the

[GitHub] eagle pull request #753: EAGLE-845 JMX Dashboard

2017-01-03 Thread zombieJ
Github user zombieJ commented on a diff in the pull request: https://github.com/apache/eagle/pull/753#discussion_r94540511 --- Diff: eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/ctrls/overview.js --- @@ -21,52 +21,193 @@ * `register` without params will load

[jira] [Commented] (EAGLE-845) JMX Dashboard

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797488#comment-15797488 ] ASF GitHub Bot commented on EAGLE-845: -- Github user zombieJ commented on a diff in the

[jira] [Commented] (EAGLE-845) JMX Dashboard

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797493#comment-15797493 ] ASF GitHub Bot commented on EAGLE-845: -- Github user zombieJ commented on a diff in the

[jira] [Commented] (EAGLE-845) JMX Dashboard

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797492#comment-15797492 ] ASF GitHub Bot commented on EAGLE-845: -- Github user zombieJ commented on a diff in the

[jira] [Commented] (EAGLE-845) JMX Dashboard

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797489#comment-15797489 ] ASF GitHub Bot commented on EAGLE-845: -- Github user zombieJ commented on a diff in the

[jira] [Commented] (EAGLE-845) JMX Dashboard

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797490#comment-15797490 ] ASF GitHub Bot commented on EAGLE-845: -- Github user zombieJ commented on a diff in the

[jira] [Commented] (EAGLE-845) JMX Dashboard

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797491#comment-15797491 ] ASF GitHub Bot commented on EAGLE-845: -- Github user zombieJ commented on a diff in the

[jira] [Commented] (EAGLE-845) JMX Dashboard

2017-01-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/EAGLE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797495#comment-15797495 ] ASF GitHub Bot commented on EAGLE-845: -- Github user zombieJ commented on a diff in the