[GitHub] eagle pull request #914: Docker updates for eagle 0.5

2017-04-14 Thread jhsenjaliya
GitHub user jhsenjaliya opened a pull request:

https://github.com/apache/eagle/pull/914

Docker updates for eagle 0.5

This docker image is for eagle 0.5

There is still an issue where namenode process dies sometimes.
creating this PR to get the review started


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jhsenjaliya/eagle EAGLE-925

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/eagle/pull/914.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #914


commit feff5eb7e0b33ae779231cd1b0d391ed6a161be8
Author: Jay 
Date:   2017-02-28T00:57:01Z

Docker updates for eagle 0.5




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (EAGLE-985) Upgrade hbase dependency to 1.2.5

2017-04-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15969104#comment-15969104
 ] 

ASF GitHub Bot commented on EAGLE-985:
--

Github user tedyu commented on the issue:

https://github.com/apache/eagle/pull/902
  
@jhsenjaliya 
Did you find any issue during testing ?


> Upgrade hbase dependency to 1.2.5
> -
>
> Key: EAGLE-985
> URL: https://issues.apache.org/jira/browse/EAGLE-985
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Attachments: Screen Shot 2017-04-04 at 11.24.38 AM.png
>
>
> hbase 0.98.4 release is very old.
> There wouldn't be any new 0.98 release.
> We should upgrade to 1.2.5 which is the latest stable release.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] eagle issue #913: [EAGLE-1001] Compare Chart of JPM detail isn't sorted

2017-04-14 Thread zombieJ
Github user zombieJ commented on the issue:

https://github.com/apache/eagle/pull/913
  
LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (EAGLE-1003) GenericEntityService should sort by timestamp by default like MRJobExecutionResource does

2017-04-14 Thread JiJun Tang (JIRA)
JiJun Tang created EAGLE-1003:
-

 Summary: GenericEntityService should sort by timestamp by default 
like MRJobExecutionResource does
 Key: EAGLE-1003
 URL: https://issues.apache.org/jira/browse/EAGLE-1003
 Project: Eagle
  Issue Type: Improvement
Reporter: JiJun Tang
Assignee: JiJun Tang
Priority: Minor


GenericEntityService should sort by timestamp by default like 
MRJobExecutionResource does. And GenericEntityService should support sort by 
custom defined field.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-1001) Compare Chart of JPM detail isn't sorted in the horizontal axis (time domain)

2017-04-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15968724#comment-15968724
 ] 

ASF GitHub Bot commented on EAGLE-1001:
---

Github user r7raul1984 commented on the issue:

https://github.com/apache/eagle/pull/913
  
@zombieJ  For now as a workaround, I will sort joblist by startTime in js 
engine. 
@qingwen220  In the future,I think GenericEntityService should sort by 
timestamp by default like MRJobExecutionResource does. And GenericEntityService 
should support sort by custom defined field.

Correct me if I'm wrong.


> Compare Chart of JPM detail isn't sorted in the horizontal axis (time domain)
> -
>
> Key: EAGLE-1001
> URL: https://issues.apache.org/jira/browse/EAGLE-1001
> Project: Eagle
>  Issue Type: Bug
>  Components: App::Hadoop JMX Monitor
>Affects Versions: v0.5.0
>Reporter: Chang chen
>Assignee: Jilin, Jiang
> Fix For: v0.5.0
>
> Attachments: eagle-1001.PNG
>
>
> Steps to reproduce
> 1) enter yarn job page 
> 2) enter job detail page by clicking  any job in job id column
> 3) enter job history page by clicking compare button
> And then we will see compare Chart of JPM detail isn't sorted in the 
> horizontal axis (time domain).
> see attach image



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-1001) Compare Chart of JPM detail isn't sorted in the horizontal axis (time domain)

2017-04-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15968713#comment-15968713
 ] 

ASF GitHub Bot commented on EAGLE-1001:
---

GitHub user r7raul1984 opened a pull request:

https://github.com/apache/eagle/pull/913

[EAGLE-1001] Compare Chart of JPM detail isn't sorted

- sort job list by startTime 

https://issues.apache.org/jira/browse/EAGLE-1001

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/r7raul1984/eagle EAGLE-1001

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/eagle/pull/913.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #913


commit 110750e63c51c28bde49e53583f377df61b3a7cf
Author: r7raul1984 
Date:   2017-04-14T07:06:12Z

[EAGLE-1001] Compare Chart of JPM detail isn't sorted in the horizontal axis

- sort job list by startTime

https://issues.apache.org/jira/browse/EAGLE-1001




> Compare Chart of JPM detail isn't sorted in the horizontal axis (time domain)
> -
>
> Key: EAGLE-1001
> URL: https://issues.apache.org/jira/browse/EAGLE-1001
> Project: Eagle
>  Issue Type: Bug
>  Components: App::Hadoop JMX Monitor
>Affects Versions: v0.5.0
>Reporter: Chang chen
>Assignee: Jilin, Jiang
> Fix For: v0.5.0
>
> Attachments: eagle-1001.PNG
>
>
> Steps to reproduce
> 1) enter yarn job page 
> 2) enter job detail page by clicking  any job in job id column
> 3) enter job history page by clicking compare button
> And then we will see compare Chart of JPM detail isn't sorted in the 
> horizontal axis (time domain).
> see attach image



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] eagle pull request #913: [EAGLE-1001] Compare Chart of JPM detail isn't sort...

2017-04-14 Thread r7raul1984
GitHub user r7raul1984 opened a pull request:

https://github.com/apache/eagle/pull/913

[EAGLE-1001] Compare Chart of JPM detail isn't sorted

- sort job list by startTime 

https://issues.apache.org/jira/browse/EAGLE-1001

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/r7raul1984/eagle EAGLE-1001

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/eagle/pull/913.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #913


commit 110750e63c51c28bde49e53583f377df61b3a7cf
Author: r7raul1984 
Date:   2017-04-14T07:06:12Z

[EAGLE-1001] Compare Chart of JPM detail isn't sorted in the horizontal axis

- sort job list by startTime

https://issues.apache.org/jira/browse/EAGLE-1001




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Resolved] (EAGLE-1002) Can't display every hour detail in Hourly page

2017-04-14 Thread Jilin, Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/EAGLE-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jilin, Jiang resolved EAGLE-1002.
-
Resolution: Fixed

> Can't display every hour detail in Hourly page
> --
>
> Key: EAGLE-1002
> URL: https://issues.apache.org/jira/browse/EAGLE-1002
> Project: Eagle
>  Issue Type: Bug
>  Components: App::Hadoop JMX Monitor
>Affects Versions: v0.5.0
>Reporter: Chang chen
>Assignee: Jilin, Jiang
> Fix For: v0.5.0
>
> Attachments: 1002-correct.png, 1002-error.png
>
>
> Steps to reproduce
> 1) enter Job Statistics page
> 2) the initial page is hourly page
> 3) click any bar will show details in that hour see 1002-correct.png
> 4) click Daily, Weekly or Monthly tab
> 5) click Hourly 
> 6) click any bar will *not* show details in that hour see 1002-error.png



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)