[jira] [Comment Edited] (YARN-8615) [UI2] Resource Usage tab shows only memory related info. No info available for vcores/gpu.

2018-08-03 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16567964#comment-16567964
 ] 

Akhil PB edited comment on YARN-8615 at 8/3/18 8:38 AM:


Hi [~sunilg], updated the v2 patch incorporating your comments. Please review 
the latest patch.


was (Author: akhilpb):
Hi [~sunilg] , updated the v2 patch incorporating your comments. Please review 
the latest patch.

> [UI2] Resource Usage tab shows only memory related info. No info available 
> for vcores/gpu.
> --
>
> Key: YARN-8615
> URL: https://issues.apache.org/jira/browse/YARN-8615
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: yarn-ui-v2
>Reporter: Sumana Sathish
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8615.001.patch, YARN-8615.002.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8615) [UI2] Resource Usage tab shows only memory related info. No info available for vcores/gpu.

2018-08-03 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8615:
---
Attachment: YARN-8615.002.patch

> [UI2] Resource Usage tab shows only memory related info. No info available 
> for vcores/gpu.
> --
>
> Key: YARN-8615
> URL: https://issues.apache.org/jira/browse/YARN-8615
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: yarn-ui-v2
>Reporter: Sumana Sathish
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8615.001.patch, YARN-8615.002.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Assigned] (YARN-7957) YARN service delete option disappears after stopping application

2018-08-03 Thread Akhil PB (JIRA)


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

Akhil PB reassigned YARN-7957:
--

Assignee: Akhil PB  (was: Sunil Govindan)

> YARN service delete option disappears after stopping application
> 
>
> Key: YARN-7957
> URL: https://issues.apache.org/jira/browse/YARN-7957
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: yarn-ui-v2
>Affects Versions: 3.1.0
>Reporter: Yesha Vora
>Assignee: Akhil PB
>Priority: Critical
>
> Steps:
> 1) Launch yarn service
> 2) Go to service page and click on Setting button->"Stop Service". The 
> application will be stopped.
> 3) Refresh page
> Here, setting button disappears. Thus, user can not delete service from UI 
> after stopping application
> Expected behavior:
> Setting button should be present on UI page after application is stopped. If 
> application is stopped, setting button should only have "Delete Service" 
> action available.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-7957) YARN service delete option disappears after stopping application

2018-08-03 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-7957:
---
Summary: YARN service delete option disappears after stopping application  
(was: Yarn service delete option disappears after stopping application)

> YARN service delete option disappears after stopping application
> 
>
> Key: YARN-7957
> URL: https://issues.apache.org/jira/browse/YARN-7957
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: yarn-ui-v2
>Affects Versions: 3.1.0
>Reporter: Yesha Vora
>Assignee: Sunil Govindan
>Priority: Critical
>
> Steps:
> 1) Launch yarn service
> 2) Go to service page and click on Setting button->"Stop Service". The 
> application will be stopped.
> 3) Refresh page
> Here, setting button disappears. Thus, user can not delete service from UI 
> after stopping application
> Expected behavior:
> Setting button should be present on UI page after application is stopped. If 
> application is stopped, setting button should only have "Delete Service" 
> action available.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8620) [UI2] YARN Services UI new submission failures are not debuggable

2018-08-02 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8620:
---
Description: 
When a new service is submitted through the YARN Services UI and an error 
occurs, the only message in the UI is

{code}
Error: Adapter operation failed
{code}

Even though the underlying REST API is returning one of the following messages, 
it is completely hidden from the end user
{code}
- \{"diagnostics":"Artifact tarball does not exist hbase-2.0.0.3.0.0.0.tar.gz"}
- \{"diagnostics":"Specified src_file does not exist on hdfs: hdfs-site.xml"}
- \{"diagnostics":"Failed to create service sleeper-service, because it already 
exists."}
{code}

> [UI2] YARN Services UI new submission failures are not debuggable
> -
>
> Key: YARN-8620
> URL: https://issues.apache.org/jira/browse/YARN-8620
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
>
> When a new service is submitted through the YARN Services UI and an error 
> occurs, the only message in the UI is
> {code}
> Error: Adapter operation failed
> {code}
> Even though the underlying REST API is returning one of the following 
> messages, it is completely hidden from the end user
> {code}
> - \{"diagnostics":"Artifact tarball does not exist 
> hbase-2.0.0.3.0.0.0.tar.gz"}
> - \{"diagnostics":"Specified src_file does not exist on hdfs: hdfs-site.xml"}
> - \{"diagnostics":"Failed to create service sleeper-service, because it 
> already exists."}
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-8620) [UI2] YARN Services UI new submission failures are not debuggable

2018-08-02 Thread Akhil PB (JIRA)
Akhil PB created YARN-8620:
--

 Summary: [UI2] YARN Services UI new submission failures are not 
debuggable
 Key: YARN-8620
 URL: https://issues.apache.org/jira/browse/YARN-8620
 Project: Hadoop YARN
  Issue Type: Bug
  Components: yarn-ui-v2
Reporter: Akhil PB
Assignee: Akhil PB






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Assigned] (YARN-7993) [UI2] yarn-service page need to consider ServiceState to show stop/delete buttons

2018-08-02 Thread Akhil PB (JIRA)


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

Akhil PB reassigned YARN-7993:
--

Assignee: Akhil PB  (was: Gergely Novák)

> [UI2] yarn-service page need to consider ServiceState to show stop/delete 
> buttons
> -
>
> Key: YARN-7993
> URL: https://issues.apache.org/jira/browse/YARN-7993
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Sunil Govindan
>Assignee: Akhil PB
>Priority: Major
>
> yarn service page has stop/delete buttons. These buttons has to be 
> shown/hidden based on ServiceState of each app from ATS.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8615) [UI2] Resource Usage tab shows only memory related info. No info available for vcores/gpu.

2018-08-02 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8615:
---
Summary: [UI2] Resource Usage tab shows only memory related info. No info 
available for vcores/gpu.  (was: [UI2] Resource Usage tab shows only memory 
related info. Drop Down box disappears to select vcores/gpu)

> [UI2] Resource Usage tab shows only memory related info. No info available 
> for vcores/gpu.
> --
>
> Key: YARN-8615
> URL: https://issues.apache.org/jira/browse/YARN-8615
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8615.001.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-8615) [UI2] Resource Usage tab shows only memory related info. Drop Down box disappears to select vcores/gpu

2018-08-02 Thread Akhil PB (JIRA)
Akhil PB created YARN-8615:
--

 Summary: [UI2] Resource Usage tab shows only memory related info. 
Drop Down box disappears to select vcores/gpu
 Key: YARN-8615
 URL: https://issues.apache.org/jira/browse/YARN-8615
 Project: Hadoop YARN
  Issue Type: Bug
  Components: yarn-ui-v2
Reporter: Akhil PB
Assignee: Akhil PB






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-8613) Old RM UI shows wrong vcores total value

2018-08-01 Thread Akhil PB (JIRA)
Akhil PB created YARN-8613:
--

 Summary: Old RM UI shows wrong vcores total value
 Key: YARN-8613
 URL: https://issues.apache.org/jira/browse/YARN-8613
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: Akhil PB
 Attachments: Screen Shot 2018-08-02 at 12.12.41 PM.png, Screen Shot 
2018-08-02 at 12.16.53 PM.png





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-8594) [UI2] Show the current logged in user in UI2

2018-08-01 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566391#comment-16566391
 ] 

Akhil PB commented on YARN-8594:


[~sunilg] updated the patch

> [UI2] Show the current logged in user in UI2
> 
>
> Key: YARN-8594
> URL: https://issues.apache.org/jira/browse/YARN-8594
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8594.001.patch, YARN-8594.002.patch, 
> YARN-8594.003.patch, YARN-8594.004.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8594) [UI2] Show the current logged in user in UI2

2018-08-01 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8594:
---
Attachment: YARN-8594.004.patch

> [UI2] Show the current logged in user in UI2
> 
>
> Key: YARN-8594
> URL: https://issues.apache.org/jira/browse/YARN-8594
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8594.001.patch, YARN-8594.002.patch, 
> YARN-8594.003.patch, YARN-8594.004.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-8594) [UI2] Show the current logged in user in UI2

2018-08-01 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565211#comment-16565211
 ] 

Akhil PB commented on YARN-8594:


updated rebased v3 patch. cc [~sunilg]

> [UI2] Show the current logged in user in UI2
> 
>
> Key: YARN-8594
> URL: https://issues.apache.org/jira/browse/YARN-8594
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8594.001.patch, YARN-8594.002.patch, 
> YARN-8594.003.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8594) [UI2] Show the current logged in user in UI2

2018-08-01 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8594:
---
Attachment: YARN-8594.003.patch

> [UI2] Show the current logged in user in UI2
> 
>
> Key: YARN-8594
> URL: https://issues.apache.org/jira/browse/YARN-8594
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8594.001.patch, YARN-8594.002.patch, 
> YARN-8594.003.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-8593) Add new RM web service endpoint to get cluster user info

2018-08-01 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565118#comment-16565118
 ] 

Akhil PB commented on YARN-8593:


Updated v3 patch which incorporates comments.

[~sunilg] [~rohithsharma] Please review the v3 patch.

> Add new RM web service endpoint to get cluster user info
> 
>
> Key: YARN-8593
> URL: https://issues.apache.org/jira/browse/YARN-8593
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8593.001.patch, YARN-8593.002.patch, 
> YARN-8593.003.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8594) [UI2] Show the current logged in user in UI2

2018-08-01 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8594:
---
Attachment: YARN-8594.002.patch

> [UI2] Show the current logged in user in UI2
> 
>
> Key: YARN-8594
> URL: https://issues.apache.org/jira/browse/YARN-8594
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8594.001.patch, YARN-8594.002.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8593) Add new RM web service endpoint to get cluster user info

2018-08-01 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8593:
---
Attachment: YARN-8593.003.patch

> Add new RM web service endpoint to get cluster user info
> 
>
> Key: YARN-8593
> URL: https://issues.apache.org/jira/browse/YARN-8593
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8593.001.patch, YARN-8593.002.patch, 
> YARN-8593.003.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-8608) [UI2] No information available per application appAttempt about 'Total Outstanding Resource Requests'

2018-08-01 Thread Akhil PB (JIRA)
Akhil PB created YARN-8608:
--

 Summary: [UI2] No information available per application appAttempt 
about 'Total Outstanding Resource Requests'
 Key: YARN-8608
 URL: https://issues.apache.org/jira/browse/YARN-8608
 Project: Hadoop YARN
  Issue Type: Bug
  Components: yarn-ui-v2
Reporter: Akhil PB
Assignee: Akhil PB


There is no information available about the 'Total Outstanding Resource 
Requests' in new RM UI.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-8594) [UI2] Show the current logged in user in UI2

2018-07-30 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16559549#comment-16559549
 ] 

Akhil PB edited comment on YARN-8594 at 7/30/18 10:11 AM:
--

[~sunil.gov...@gmail.com] please review the patch.


was (Author: akhilpb):
[~sunil.gov...@gmail.com] please review the patch and help me to commit the 
patch.

> [UI2] Show the current logged in user in UI2
> 
>
> Key: YARN-8594
> URL: https://issues.apache.org/jira/browse/YARN-8594
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8594.001.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-8593) Add new RM web service endpoint to get cluster user info

2018-07-30 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16559545#comment-16559545
 ] 

Akhil PB edited comment on YARN-8593 at 7/30/18 10:10 AM:
--

[~sunil.gov...@gmail.com] Could you please review the patch. v1 patch does not 
contain the test cases. Will update the patch with test cases.


was (Author: akhilpb):
[~sunil.gov...@gmail.com] please review the patch and help me to commit it. 001 
patch does not contain the test cases. Will update the patch with test cases.

> Add new RM web service endpoint to get cluster user info
> 
>
> Key: YARN-8593
> URL: https://issues.apache.org/jira/browse/YARN-8593
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8593.001.patch, YARN-8593.002.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-8595) [UI2] Container diagnostic missing from container page

2018-07-30 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16559928#comment-16559928
 ] 

Akhil PB edited comment on YARN-8595 at 7/30/18 10:10 AM:
--

[~sunil.gov...@gmail.com] please review the patch.


was (Author: akhilpb):
[~sunil.gov...@gmail.com] please review the patch and help me to commit the 
patch.

> [UI2] Container diagnostic missing from container page
> --
>
> Key: YARN-8595
> URL: https://issues.apache.org/jira/browse/YARN-8595
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8595.001.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-8603) [UI2] Latest run application should be listed first in the RM UI

2018-07-30 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561735#comment-16561735
 ] 

Akhil PB edited comment on YARN-8603 at 7/30/18 10:09 AM:
--

[~sunilg] Could you please review the patch.


was (Author: akhilpb):
[~sunilg] please review the patch and help me to commit it.

> [UI2] Latest run application should be listed first in the RM UI
> 
>
> Key: YARN-8603
> URL: https://issues.apache.org/jira/browse/YARN-8603
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8603.001.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8603) [UI2] Latest run application should be listed first in the RM UI

2018-07-30 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8603:
---
Attachment: YARN-8603.001.patch

> [UI2] Latest run application should be listed first in the RM UI
> 
>
> Key: YARN-8603
> URL: https://issues.apache.org/jira/browse/YARN-8603
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8603.001.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-8603) [UI2] Latest run application should be listed first in the RM UI

2018-07-30 Thread Akhil PB (JIRA)
Akhil PB created YARN-8603:
--

 Summary: [UI2] Latest run application should be listed first in 
the RM UI
 Key: YARN-8603
 URL: https://issues.apache.org/jira/browse/YARN-8603
 Project: Hadoop YARN
  Issue Type: Bug
  Components: yarn-ui-v2
Reporter: Akhil PB
Assignee: Akhil PB






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-8593) Add new RM web service endpoint to get cluster user info

2018-07-29 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561538#comment-16561538
 ] 

Akhil PB commented on YARN-8593:


[~sunilg] [~rohithsharma] please review the updated v2 patch, which includes 
test cases.

> Add new RM web service endpoint to get cluster user info
> 
>
> Key: YARN-8593
> URL: https://issues.apache.org/jira/browse/YARN-8593
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8593.001.patch, YARN-8593.002.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8593) Add new RM web service endpoint to get cluster user info

2018-07-29 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8593:
---
Attachment: YARN-8593.002.patch

> Add new RM web service endpoint to get cluster user info
> 
>
> Key: YARN-8593
> URL: https://issues.apache.org/jira/browse/YARN-8593
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8593.001.patch, YARN-8593.002.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8592) [UI2] Resource Manager Web UI V2 shows a blank page in windows OS And Chrome browser

2018-07-29 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8592:
---
Attachment: (was: YARN-8592.001.patch)

> [UI2] Resource Manager Web UI V2 shows a blank page in windows OS And Chrome 
> browser
> 
>
> Key: YARN-8592
> URL: https://issues.apache.org/jira/browse/YARN-8592
> Project: Hadoop YARN
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Akhil S Naik
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8592.001.patch
>
>
> after successfully installing ambari 2.7v and hdp 3.0 in Windows Operating 
> Sytem .
> But, When we connect to Resource Manager UI(v2), web browser shows a blank 
> page.
> In a chrome development tool, this error is shown
> Stack trace..
> {code:java}
> TypeError: Cannot read property 'join's null
> at new i (hostname:8088/ui2/assets/vendor.js:5598:40988)
> at l (hostname:8088/ui2/assets/vendor.js:5598:41338)
> at p (hostname:8088/ui2/assets/vendor.js:5598:42035)
> at Function.q [as guess] (hostname:8088/ui2/assets/vendor.js:5598:42235)
> at getDefaultTimezone (hostname:8088/ui2/assets/yarn-ui.js:366:445)
> at convertTimestampWithT (hostname:8088/ui2/assets/yarn-ui.js:366:656)
> at Object.timeStampToDate (hostname:8088/ui2/assets/yarn-ui.js:348:127)
> at Class.internalNormalizeSingleResponse 
> (hostname:8088/ui2/assets/yarn-ui.js:287:73)
> at Class. (hostname:8088/ui2/assets/yarn-ui.js:288:2024)
> at Array.map (native)
> {code}
> The Error is hit in the underlying framework that Yarn-UI uses : 
> moment-timezone-with-data-2010-2020.min.js
> this is the discussion happening in framework github for the same : 
> https://github.com/moment/moment-timezone/issues/294
> Please find the discussion on this bug here : 
> https://community.hortonworks.com/questions/208887/resource-manager-web-ui-v2-shows-a-blank-page.html
> It works well in firefox browser in windows Operating systems.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8592) [UI2] Resource Manager Web UI V2 shows a blank page in windows OS And Chrome browser

2018-07-29 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8592:
---
Attachment: YARN-8592.001.patch

> [UI2] Resource Manager Web UI V2 shows a blank page in windows OS And Chrome 
> browser
> 
>
> Key: YARN-8592
> URL: https://issues.apache.org/jira/browse/YARN-8592
> Project: Hadoop YARN
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Akhil S Naik
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8592.001.patch
>
>
> after successfully installing ambari 2.7v and hdp 3.0 in Windows Operating 
> Sytem .
> But, When we connect to Resource Manager UI(v2), web browser shows a blank 
> page.
> In a chrome development tool, this error is shown
> Stack trace..
> {code:java}
> TypeError: Cannot read property 'join's null
> at new i (hostname:8088/ui2/assets/vendor.js:5598:40988)
> at l (hostname:8088/ui2/assets/vendor.js:5598:41338)
> at p (hostname:8088/ui2/assets/vendor.js:5598:42035)
> at Function.q [as guess] (hostname:8088/ui2/assets/vendor.js:5598:42235)
> at getDefaultTimezone (hostname:8088/ui2/assets/yarn-ui.js:366:445)
> at convertTimestampWithT (hostname:8088/ui2/assets/yarn-ui.js:366:656)
> at Object.timeStampToDate (hostname:8088/ui2/assets/yarn-ui.js:348:127)
> at Class.internalNormalizeSingleResponse 
> (hostname:8088/ui2/assets/yarn-ui.js:287:73)
> at Class. (hostname:8088/ui2/assets/yarn-ui.js:288:2024)
> at Array.map (native)
> {code}
> The Error is hit in the underlying framework that Yarn-UI uses : 
> moment-timezone-with-data-2010-2020.min.js
> this is the discussion happening in framework github for the same : 
> https://github.com/moment/moment-timezone/issues/294
> Please find the discussion on this bug here : 
> https://community.hortonworks.com/questions/208887/resource-manager-web-ui-v2-shows-a-blank-page.html
> It works well in firefox browser in windows Operating systems.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-8593) Add new RM web service endpoint to get cluster user info

2018-07-29 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561457#comment-16561457
 ] 

Akhil PB commented on YARN-8593:


We need to show the requested user in UI client, which is given by *hsr.* As 
sunil mentioned, existing api does not take hsr. So we had to add new api which 
returns requested user and added rm login user to enrich the response.

[~sunilg]  [~rohithsharma] thoughts?

 

> Add new RM web service endpoint to get cluster user info
> 
>
> Key: YARN-8593
> URL: https://issues.apache.org/jira/browse/YARN-8593
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8593.001.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8592) [UI2] Resource Manager Web UI V2 shows a blank page in windows OS And Chrome browser

2018-07-27 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8592:
---
Summary: [UI2] Resource Manager Web UI V2 shows a blank page in windows OS 
And Chrome browser  (was: [ui2]Resource Manager Web UI V2 shows a blank page in 
windows OS And Chrome browser)

> [UI2] Resource Manager Web UI V2 shows a blank page in windows OS And Chrome 
> browser
> 
>
> Key: YARN-8592
> URL: https://issues.apache.org/jira/browse/YARN-8592
> Project: Hadoop YARN
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Akhil S Naik
>Assignee: Akhil PB
>Priority: Major
>
> after successfully installing ambari 2.7v and hdp 3.0 in Windows Operating 
> Sytem .
> But, When we connect to Resource Manager UI(v2), web browser shows a blank 
> page.
> In a chrome development tool, this error is shown
> Stack trace..
> {code:java}
> TypeError: Cannot read property 'join's null
> at new i (hostname:8088/ui2/assets/vendor.js:5598:40988)
> at l (hostname:8088/ui2/assets/vendor.js:5598:41338)
> at p (hostname:8088/ui2/assets/vendor.js:5598:42035)
> at Function.q [as guess] (hostname:8088/ui2/assets/vendor.js:5598:42235)
> at getDefaultTimezone (hostname:8088/ui2/assets/yarn-ui.js:366:445)
> at convertTimestampWithT (hostname:8088/ui2/assets/yarn-ui.js:366:656)
> at Object.timeStampToDate (hostname:8088/ui2/assets/yarn-ui.js:348:127)
> at Class.internalNormalizeSingleResponse 
> (hostname:8088/ui2/assets/yarn-ui.js:287:73)
> at Class. (hostname:8088/ui2/assets/yarn-ui.js:288:2024)
> at Array.map (native)
> {code}
> The Error is hit in the underlying framework that Yarn-UI uses : 
> moment-timezone-with-data-2010-2020.min.js
> this is the discussion happening in framework github for the same : 
> https://github.com/moment/moment-timezone/issues/294
> Please find the discussion on this bug here : 
> https://community.hortonworks.com/questions/208887/resource-manager-web-ui-v2-shows-a-blank-page.html
> It works well in firefox browser in windows Operating systems.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Assigned] (YARN-8592) [ui2]Resource Manager Web UI V2 shows a blank page in windows OS And Chrome browser

2018-07-27 Thread Akhil PB (JIRA)


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

Akhil PB reassigned YARN-8592:
--

Assignee: Akhil PB

> [ui2]Resource Manager Web UI V2 shows a blank page in windows OS And Chrome 
> browser
> ---
>
> Key: YARN-8592
> URL: https://issues.apache.org/jira/browse/YARN-8592
> Project: Hadoop YARN
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Akhil S Naik
>Assignee: Akhil PB
>Priority: Major
>
> after successfully installing ambari 2.7v and hdp 3.0 in Windows Operating 
> Sytem .
> But, When we connect to Resource Manager UI(v2), web browser shows a blank 
> page.
> In a chrome development tool, this error is shown
> Stack trace..
> {code:java}
> TypeError: Cannot read property 'join's null
> at new i (hostname:8088/ui2/assets/vendor.js:5598:40988)
> at l (hostname:8088/ui2/assets/vendor.js:5598:41338)
> at p (hostname:8088/ui2/assets/vendor.js:5598:42035)
> at Function.q [as guess] (hostname:8088/ui2/assets/vendor.js:5598:42235)
> at getDefaultTimezone (hostname:8088/ui2/assets/yarn-ui.js:366:445)
> at convertTimestampWithT (hostname:8088/ui2/assets/yarn-ui.js:366:656)
> at Object.timeStampToDate (hostname:8088/ui2/assets/yarn-ui.js:348:127)
> at Class.internalNormalizeSingleResponse 
> (hostname:8088/ui2/assets/yarn-ui.js:287:73)
> at Class. (hostname:8088/ui2/assets/yarn-ui.js:288:2024)
> at Array.map (native)
> {code}
> The Error is hit in the underlying framework that Yarn-UI uses : 
> moment-timezone-with-data-2010-2020.min.js
> this is the discussion happening in framework github for the same : 
> https://github.com/moment/moment-timezone/issues/294
> Please find the discussion on this bug here : 
> https://community.hortonworks.com/questions/208887/resource-manager-web-ui-v2-shows-a-blank-page.html
> It works well in firefox browser in windows Operating systems.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-8595) [UI2] Container diagnostic missing from container page

2018-07-27 Thread Akhil PB (JIRA)
Akhil PB created YARN-8595:
--

 Summary: [UI2] Container diagnostic missing from container page
 Key: YARN-8595
 URL: https://issues.apache.org/jira/browse/YARN-8595
 Project: Hadoop YARN
  Issue Type: Bug
  Components: yarn-ui-v2
Reporter: Akhil PB
Assignee: Akhil PB






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-8593) Add new RM web service endpoint to get cluster user info

2018-07-27 Thread Akhil PB (JIRA)


[ 
https://issues.apache.org/jira/browse/YARN-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16559545#comment-16559545
 ] 

Akhil PB commented on YARN-8593:


[~sunil.gov...@gmail.com] please review the patch and help me to commit it. 001 
patch does not contain the test cases. Will update the patch with test cases.

> Add new RM web service endpoint to get cluster user info
> 
>
> Key: YARN-8593
> URL: https://issues.apache.org/jira/browse/YARN-8593
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8593.001.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-8594) [UI2] Show the current logged in user in UI2

2018-07-27 Thread Akhil PB (JIRA)
Akhil PB created YARN-8594:
--

 Summary: [UI2] Show the current logged in user in UI2
 Key: YARN-8594
 URL: https://issues.apache.org/jira/browse/YARN-8594
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: Akhil PB
Assignee: Akhil PB






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8593) Add new RM web service endpoint to get cluster user info

2018-07-27 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8593:
---
Attachment: YARN-8593.001.patch

> Add new RM web service endpoint to get cluster user info
> 
>
> Key: YARN-8593
> URL: https://issues.apache.org/jira/browse/YARN-8593
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Major
> Attachments: YARN-8593.001.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-8593) Add new RM web service endpoint to get cluster user info

2018-07-27 Thread Akhil PB (JIRA)
Akhil PB created YARN-8593:
--

 Summary: Add new RM web service endpoint to get cluster user info
 Key: YARN-8593
 URL: https://issues.apache.org/jira/browse/YARN-8593
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Reporter: Akhil PB
Assignee: Akhil PB






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8591) [ATSv2] YARN_CONTAINER API throws 500 INTERNAL_SERVER_ERROR

2018-07-26 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8591:
---
Summary: [ATSv2] YARN_CONTAINER API throws 500 INTERNAL_SERVER_ERROR  (was: 
[ATSv2] YARN_CONTAINER API throws 500 Internal Server Error)

> [ATSv2] YARN_CONTAINER API throws 500 INTERNAL_SERVER_ERROR
> ---
>
> Key: YARN-8591
> URL: https://issues.apache.org/jira/browse/YARN-8591
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: timelinereader, timelineserver
>Reporter: Akhil PB
>Assignee: Rohith Sharma K S
>Priority: Major
>
> {code:java}
> GET 
> http://ctr-e138-1518143905142-417433-01-04.hwx.site:8198/ws/v2/timeline/apps/application_1532578985272_0002/entities/YARN_CONTAINER?fields=ALL&_=1532670071899{code}
> {code:java}
> 2018-07-27 05:32:03,468 WARN  webapp.GenericExceptionHandler 
> (GenericExceptionHandler.java:toResponse(98)) - INTERNAL_SERVER_ERROR
> javax.ws.rs.WebApplicationException: java.lang.NullPointerException
> at 
> org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.handleException(TimelineReaderWebServices.java:196)
> at 
> org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.getEntities(TimelineReaderWebServices.java:624)
> at 
> org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.getEntities(TimelineReaderWebServices.java:474)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
> at 
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
> at 
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
> at 
> com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
> at 
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
> at 
> com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
> at 
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
> at 
> com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
> at 
> com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
> at 
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
> at 
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at 
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848)
> at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1772)
> at 
> org.apache.hadoop.yarn.server.timelineservice.reader.security.TimelineReaderWhitelistAuthorizationFilter.doFilter(TimelineReaderWhitelistAuthorizationFilter.java:85)
> at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
> at 
> org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:644)
> at 
> org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:592)
> at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
> at 
> org.apache.hadoop.security.http.CrossOriginFilter.doFilter(CrossOriginFilter.java:98)
> at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
> at 
> org.apache.hadoop.http.HttpServer2$QuotingInputFilter.doFilter(HttpServer2.java:1604)
> at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servl

[jira] [Updated] (YARN-8591) [ATSv2] YARN_CONTAINER API throws 500 Internal Server Error

2018-07-26 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8591:
---
Description: 
{code:java}
GET 
http://ctr-e138-1518143905142-417433-01-04.hwx.site:8198/ws/v2/timeline/apps/application_1532578985272_0002/entities/YARN_CONTAINER?fields=ALL&_=1532670071899{code}
{code:java}
2018-07-27 05:32:03,468 WARN  webapp.GenericExceptionHandler 
(GenericExceptionHandler.java:toResponse(98)) - INTERNAL_SERVER_ERROR
javax.ws.rs.WebApplicationException: java.lang.NullPointerException
at 
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.handleException(TimelineReaderWebServices.java:196)
at 
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.getEntities(TimelineReaderWebServices.java:624)
at 
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.getEntities(TimelineReaderWebServices.java:474)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
at 
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
at 
com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
at 
com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
at 
com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at 
com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
at 
com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at 
com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
at 
com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1772)
at 
org.apache.hadoop.yarn.server.timelineservice.reader.security.TimelineReaderWhitelistAuthorizationFilter.doFilter(TimelineReaderWhitelistAuthorizationFilter.java:85)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:644)
at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:592)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
at 
org.apache.hadoop.security.http.CrossOriginFilter.doFilter(CrossOriginFilter.java:98)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
at 
org.apache.hadoop.http.HttpServer2$QuotingInputFilter.doFilter(HttpServer2.java:1604)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
at org.apache.hadoop.http.NoCacheFilter.doFilter(NoCacheFilter.java:45)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(Ser

[jira] [Updated] (YARN-8591) [ATSv2] YARN_CONTAINER API throws 500 Internal Server Error

2018-07-26 Thread Akhil PB (JIRA)


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

Akhil PB updated YARN-8591:
---
Summary: [ATSv2] YARN_CONTAINER API throws 500 Internal Server Error  (was: 
[ATSv2] Yarn container API throws 500 Internal Server Error)

> [ATSv2] YARN_CONTAINER API throws 500 Internal Server Error
> ---
>
> Key: YARN-8591
> URL: https://issues.apache.org/jira/browse/YARN-8591
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: timelinereader, timelineserver
>Reporter: Akhil PB
>Assignee: Rohith Sharma K S
>Priority: Major
>
> GET 
> ctr-e138-1518143905142-417433-01-04.hwx.site:8198/ws/v2/timeline/apps/application_1532578985272_0002/entities/YARN_CONTAINER?fields=ALL&_=1532670071899
> {code:java}
> 2018-07-27 05:32:03,468 WARN  webapp.GenericExceptionHandler 
> (GenericExceptionHandler.java:toResponse(98)) - INTERNAL_SERVER_ERROR
> javax.ws.rs.WebApplicationException: java.lang.NullPointerException
> at 
> org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.handleException(TimelineReaderWebServices.java:196)
> at 
> org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.getEntities(TimelineReaderWebServices.java:624)
> at 
> org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.getEntities(TimelineReaderWebServices.java:474)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
> at 
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
> at 
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
> at 
> com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
> at 
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
> at 
> com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
> at 
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
> at 
> com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
> at 
> com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
> at 
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
> at 
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at 
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848)
> at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1772)
> at 
> org.apache.hadoop.yarn.server.timelineservice.reader.security.TimelineReaderWhitelistAuthorizationFilter.doFilter(TimelineReaderWhitelistAuthorizationFilter.java:85)
> at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
> at 
> org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:644)
> at 
> org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:592)
> at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
> at 
> org.apache.hadoop.security.http.CrossOriginFilter.doFilter(CrossOriginFilter.java:98)
> at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
> at 
> org.apache.hadoop.http.HttpServer2$QuotingInputFilter.doFilter(HttpServer2.java:1604)
> at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
> 

[jira] [Created] (YARN-8591) [ATSv2] Yarn container API throws 500 Internal Server Error

2018-07-26 Thread Akhil PB (JIRA)
Akhil PB created YARN-8591:
--

 Summary: [ATSv2] Yarn container API throws 500 Internal Server 
Error
 Key: YARN-8591
 URL: https://issues.apache.org/jira/browse/YARN-8591
 Project: Hadoop YARN
  Issue Type: Bug
  Components: timelinereader, timelineserver
Reporter: Akhil PB
Assignee: Rohith Sharma K S


GET 
ctr-e138-1518143905142-417433-01-04.hwx.site:8198/ws/v2/timeline/apps/application_1532578985272_0002/entities/YARN_CONTAINER?fields=ALL&_=1532670071899
{code:java}
2018-07-27 05:32:03,468 WARN  webapp.GenericExceptionHandler 
(GenericExceptionHandler.java:toResponse(98)) - INTERNAL_SERVER_ERROR
javax.ws.rs.WebApplicationException: java.lang.NullPointerException
at 
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.handleException(TimelineReaderWebServices.java:196)
at 
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.getEntities(TimelineReaderWebServices.java:624)
at 
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderWebServices.getEntities(TimelineReaderWebServices.java:474)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
at 
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
at 
com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
at 
com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
at 
com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at 
com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
at 
com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at 
com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
at 
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
at 
com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
at 
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1772)
at 
org.apache.hadoop.yarn.server.timelineservice.reader.security.TimelineReaderWhitelistAuthorizationFilter.doFilter(TimelineReaderWhitelistAuthorizationFilter.java:85)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:644)
at 
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:592)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
at 
org.apache.hadoop.security.http.CrossOriginFilter.doFilter(CrossOriginFilter.java:98)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
at 
org.apache.hadoop.http.HttpServer2$QuotingInputFilter.doFilter(HttpServer2.java:1604)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
at org.apache.hadoop.http.NoCacheFilter.doFilter(NoCacheFilter.java:45)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
at 
org.eclipse.jetty.server.session.Sess

[jira] [Comment Edited] (YARN-5888) [UI2] Improve unit tests for new YARN UI

2018-04-19 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444116#comment-16444116
 ] 

Akhil PB edited comment on YARN-5888 at 4/20/18 6:04 AM:
-

ASF license error seems not correct. Thanks, [~sunilg] for rebasing my old 
patch.

Tests are passing locally in my cluster. [~sunilg] please help me to commit the 
patch.


was (Author: akhilpb):
ASF license error seems not correct. Thanks, [~sunilg] for rebasing my old 
patch.

Tests are passing locally in my cluster. Please [~sunilg] to commit me the 
patch.

> [UI2] Improve unit tests for new YARN UI
> 
>
> Key: YARN-5888
> URL: https://issues.apache.org/jira/browse/YARN-5888
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Minor
> Fix For: 3.2.0, 3.1.1
>
> Attachments: YARN-5888.001.patch, YARN-5888.002.patch, 
> YARN-5888.003.patch
>
>
> - Add missing test cases in new YARN UI
> - Fix test cases errors in new YARN UI 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Issue Comment Deleted] (YARN-5335) Use em-table in app/nodes pages for new YARN UI

2018-04-19 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-5335:
---
Comment: was deleted

(was: ASF license error seems not correct. Thanks, [~sunilg] for rebasing my 
old patch.

Tests are passing locally in my cluster. Please [~sunilg] to commit me the 
patch.)

> Use em-table in app/nodes pages for new YARN UI
> ---
>
> Key: YARN-5335
> URL: https://issues.apache.org/jira/browse/YARN-5335
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sunil G
>Assignee: Sunil G
>Priority: Major
> Fix For: 3.0.0-alpha4
>
> Attachments: YARN-5335.0001.patch, YARN-5335.0002.patch, 
> YARN-5335.0003.patch
>
>
> Convert to em-table for better flexibility in nodes and app pages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-5888) [YARN-3368] Improve unit tests for YARN UI

2018-04-19 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444116#comment-16444116
 ] 

Akhil PB commented on YARN-5888:


ASF license error seems not correct. Thanks, [~sunilg] for rebasing my old 
patch.

Tests are passing locally in my cluster. Please [~sunilg] to commit me the 
patch.

> [YARN-3368] Improve unit tests for YARN UI
> --
>
> Key: YARN-5888
> URL: https://issues.apache.org/jira/browse/YARN-5888
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>Priority: Minor
> Attachments: YARN-5888.001.patch, YARN-5888.002.patch, 
> YARN-5888.003.patch
>
>
> - Add missing test cases in new YARN UI
> - Fix test cases errors in new YARN UI 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-5335) Use em-table in app/nodes pages for new YARN UI

2018-04-19 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444109#comment-16444109
 ] 

Akhil PB commented on YARN-5335:


ASF license error seems not correct. Thanks, [~sunilg] for rebasing my old 
patch.

Tests are passing locally in my cluster. Please [~sunilg] to commit me the 
patch.

> Use em-table in app/nodes pages for new YARN UI
> ---
>
> Key: YARN-5335
> URL: https://issues.apache.org/jira/browse/YARN-5335
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sunil G
>Assignee: Sunil G
>Priority: Major
> Fix For: 3.0.0-alpha4
>
> Attachments: YARN-5335.0001.patch, YARN-5335.0002.patch, 
> YARN-5335.0003.patch
>
>
> Convert to em-table for better flexibility in nodes and app pages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-7209) [YARN-3368] CSS changes in new YARN-UI

2017-11-11 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-7209:
---
Attachment: YARN-7209.001.patch

Attaching v1 patch.

cc [~sunilg]

> [YARN-3368] CSS changes in new YARN-UI
> --
>
> Key: YARN-7209
> URL: https://issues.apache.org/jira/browse/YARN-7209
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: YARN-7209.001.patch
>
>
> # Fix missing CSS background for breadcrumbs.
> # Reduce panel border radius by few pixels.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-7170) Investigate bower dependencies for YARN UI v2

2017-10-08 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-7170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196549#comment-16196549
 ] 

Akhil PB commented on YARN-7170:


Hi [~sunilg],
Few comments/questions.
# Since {{bower-shrinkwrap-resolver-ext}} has been removed from .bowerrc, would 
bower detect {{bower-shrinkwrap.json}}?
# If not, we can remove bower-shrinkwrap.json too and flatten bower component's 
versions (no ~ or ^), so that UI won't break due to package version discrepancy.

Thoughts.

> Investigate bower dependencies for YARN UI v2
> -
>
> Key: YARN-7170
> URL: https://issues.apache.org/jira/browse/YARN-7170
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Reporter: Sunil G
>Assignee: Sunil G
>Priority: Critical
> Attachments: YARN-7170.001.patch
>
>
> [INFO] bower ember#2.2.0   progress Receiving
> objects:  50% (38449/75444), 722.46 MiB | 3.30 MiB/s
> ...
> [INFO] bower ember#2.2.0   progress Receiving
> objects:  99% (75017/75444), 1.56 GiB | 3.31 MiB/s
> Investigate the dependencies and reduce the download size and speed of 
> compilation.
> cc/ [~Sreenath] and [~akhilpb]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-7209) [YARN-3368] CSS changes in new YARN-UI

2017-10-02 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-7209:
---
Description: 
# Fix missing CSS background for breadcrumbs.
# Reduce panel border radius by few pixels.

  was:After latest styles changes in YANN-UI, CSS background for breadcrumbs is 
missing which was there initially.


> [YARN-3368] CSS changes in new YARN-UI
> --
>
> Key: YARN-7209
> URL: https://issues.apache.org/jira/browse/YARN-7209
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Akhil PB
>Assignee: Akhil PB
>
> # Fix missing CSS background for breadcrumbs.
> # Reduce panel border radius by few pixels.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-7209) [YARN-3368] CSS changes in new YARN-UI

2017-10-02 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-7209:
---
Summary: [YARN-3368] CSS changes in new YARN-UI  (was: [YARN-3368] CSS 
backgound missing for breadcrumbs in new YARN-UI)

> [YARN-3368] CSS changes in new YARN-UI
> --
>
> Key: YARN-7209
> URL: https://issues.apache.org/jira/browse/YARN-7209
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Akhil PB
>Assignee: Akhil PB
>
> After latest styles changes in YANN-UI, CSS background for breadcrumbs is 
> missing which was there initially.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-6653) Retrieve CPU and MEMORY metrics for applications in a flow run

2017-09-25 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178885#comment-16178885
 ] 

Akhil PB commented on YARN-6653:


Assigning ticket to myself. 

> Retrieve CPU and MEMORY metrics for applications in a flow run
> --
>
> Key: YARN-6653
> URL: https://issues.apache.org/jira/browse/YARN-6653
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha2
>Reporter: Haibo Chen
>Assignee: Akhil PB
>
> Similarly to YARN-6651, 
> 'metricstoretrieve=YARN_APPLICATION_CPU,YARN_APPLICATION_MEMORY' can be added 
> to the web ui query fired by a user listing all applications in a flow run.  
> CPU and MEMORY can be retrieved this way.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-6652) Merge flow info and flow runs

2017-09-25 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178883#comment-16178883
 ] 

Akhil PB commented on YARN-6652:


Assigning ticket to myself. 

> Merge flow info and flow runs
> -
>
> Key: YARN-6652
> URL: https://issues.apache.org/jira/browse/YARN-6652
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Affects Versions: 3.0.0-alpha2
>Reporter: Haibo Chen
>Assignee: Akhil PB
>
> If a user clicks on a flow from the flow activity page, Flow Run and Flow 
> Info are shown separately. Usually, users want to go to individual flow runs. 
> With the current work flow, the user will need to click on Flow Run because 
> Flow Info is selected by default. 
> Given that Flow Info does not have much information, It'd be a nice 
> improvement if we can show flow info and flow run together, that is, one 
> section at the top containing flow info, another section at the bottom 
> containing the flow runs



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Assigned] (YARN-6653) Retrieve CPU and MEMORY metrics for applications in a flow run

2017-09-25 Thread Akhil PB (JIRA)

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

Akhil PB reassigned YARN-6653:
--

Assignee: Akhil PB

> Retrieve CPU and MEMORY metrics for applications in a flow run
> --
>
> Key: YARN-6653
> URL: https://issues.apache.org/jira/browse/YARN-6653
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha2
>Reporter: Haibo Chen
>Assignee: Akhil PB
>
> Similarly to YARN-6651, 
> 'metricstoretrieve=YARN_APPLICATION_CPU,YARN_APPLICATION_MEMORY' can be added 
> to the web ui query fired by a user listing all applications in a flow run.  
> CPU and MEMORY can be retrieved this way.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Assigned] (YARN-6652) Merge flow info and flow runs

2017-09-25 Thread Akhil PB (JIRA)

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

Akhil PB reassigned YARN-6652:
--

Assignee: Akhil PB

> Merge flow info and flow runs
> -
>
> Key: YARN-6652
> URL: https://issues.apache.org/jira/browse/YARN-6652
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Affects Versions: 3.0.0-alpha2
>Reporter: Haibo Chen
>Assignee: Akhil PB
>
> If a user clicks on a flow from the flow activity page, Flow Run and Flow 
> Info are shown separately. Usually, users want to go to individual flow runs. 
> With the current work flow, the user will need to click on Flow Run because 
> Flow Info is selected by default. 
> Given that Flow Info does not have much information, It'd be a nice 
> improvement if we can show flow info and flow run together, that is, one 
> section at the top containing flow info, another section at the bottom 
> containing the flow runs



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-6651) Flow Activity should specify 'metricstoretrieve' in its query to ATSv2 to retrieve CPU and memory

2017-09-25 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178882#comment-16178882
 ] 

Akhil PB commented on YARN-6651:


Assigning ticket to myself. 

> Flow Activity should specify 'metricstoretrieve' in its query to ATSv2 to 
> retrieve CPU and memory 
> --
>
> Key: YARN-6651
> URL: https://issues.apache.org/jira/browse/YARN-6651
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha2
>Reporter: Haibo Chen
>Assignee: Akhil PB
>
> When you click on Flow Acitivity => \{a flow\} => flow runs, the web server 
> sends a REST query to ATSv2 TimelineReaderServer, but it does not include a 
> query param 'metricstoretrieve" to get any metrics back.
> Instead, we should add 
> '?metricstoretrieve=YARN_APPLICATION_CPU,YARN_APPLICATION_MEMORY' to the 
> query to get CPU and MEMORY back.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Assigned] (YARN-6651) Flow Activity should specify 'metricstoretrieve' in its query to ATSv2 to retrieve CPU and memory

2017-09-25 Thread Akhil PB (JIRA)

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

Akhil PB reassigned YARN-6651:
--

Assignee: Akhil PB

> Flow Activity should specify 'metricstoretrieve' in its query to ATSv2 to 
> retrieve CPU and memory 
> --
>
> Key: YARN-6651
> URL: https://issues.apache.org/jira/browse/YARN-6651
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha2
>Reporter: Haibo Chen
>Assignee: Akhil PB
>
> When you click on Flow Acitivity => \{a flow\} => flow runs, the web server 
> sends a REST query to ATSv2 TimelineReaderServer, but it does not include a 
> query param 'metricstoretrieve" to get any metrics back.
> Instead, we should add 
> '?metricstoretrieve=YARN_APPLICATION_CPU,YARN_APPLICATION_MEMORY' to the 
> query to get CPU and MEMORY back.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-6182) [YARN-3368] Fix alignment issues and missing information in queue pages

2017-09-17 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169364#comment-16169364
 ] 

Akhil PB edited comment on YARN-6182 at 9/17/17 5:39 PM:
-

v4 patch: rebased on latest trunk, fixes following
# Queue Capacities: Absolute Max Capacity should be aligned better.
# Queue Information: State is coming empty
# Queues tab becomes inactive while hovering on the queue.
# Fixes the capacity decimal places to two places.
# jshint issues

cc [~sunilg]


was (Author: akhilpb):
v4 patch: rebased on latest trunk, fixes following
# Queue Capacities: Absolute Max Capacity should be aligned better.
# Queue Information: State is coming empty
# Queues tab becomes inactive while hovering on the queue.
# Fixes the capacity decimal places to two places.
# jshint issues

> [YARN-3368] Fix alignment issues and missing information in queue pages
> ---
>
> Key: YARN-6182
> URL: https://issues.apache.org/jira/browse/YARN-6182
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: YARN-6182.001.patch, YARN-6182.002.patch, 
> YARN-6182.003.patch, YARN-6182.004.patch
>
>
> This patch fixes following issues:
> In Queues page:
> # Queue Capacities: Absolute Max Capacity should be aligned better.
> # Queue Information: State is coming empty
> # Queues tab becomes inactive while hovering on the queue.
> # Fixes the capacity decimal places to two places.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6182) [YARN-3368] Fix alignment issues and missing information in queue pages

2017-09-17 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6182:
---
Attachment: YARN-6182.004.patch

v4 patch: rebased on latest trunk, fixes following
# Queue Capacities: Absolute Max Capacity should be aligned better.
# Queue Information: State is coming empty
# Queues tab becomes inactive while hovering on the queue.
# Fixes the capacity decimal places to two places.
# jshint issues

> [YARN-3368] Fix alignment issues and missing information in queue pages
> ---
>
> Key: YARN-6182
> URL: https://issues.apache.org/jira/browse/YARN-6182
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: YARN-6182.001.patch, YARN-6182.002.patch, 
> YARN-6182.003.patch, YARN-6182.004.patch
>
>
> This patch fixes following issues:
> In Queues page:
> # Queue Capacities: Absolute Max Capacity should be aligned better.
> # Queue Information: State is coming empty
> # Queues tab becomes inactive while hovering on the queue.
> # Fixes the capacity decimal places to two places.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-7209) [YARN-3368] CSS backgound missing for breadcrumbs in new YARN-UI

2017-09-17 Thread Akhil PB (JIRA)
Akhil PB created YARN-7209:
--

 Summary: [YARN-3368] CSS backgound missing for breadcrumbs in new 
YARN-UI
 Key: YARN-7209
 URL: https://issues.apache.org/jira/browse/YARN-7209
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Akhil PB
Assignee: Akhil PB


After latest styles changes in YANN-UI, CSS background for breadcrumbs is 
missing which was there initially.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6369) [YARN-3368] Refactor of yarn-node pages in YARN-UI

2017-09-13 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6369:
---
Description: All yarn-node related pages are separate routes now, yarn-node 
related pages should be in a hierarchical style.  (was: All yarn-node related 
pages are separate routes now. node related pages should be in a hierarchical 
style.)

> [YARN-3368] Refactor of yarn-node pages in YARN-UI
> --
>
> Key: YARN-6369
> URL: https://issues.apache.org/jira/browse/YARN-6369
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>
> All yarn-node related pages are separate routes now, yarn-node related pages 
> should be in a hierarchical style.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6369) [YARN-3368] Refactor of yarn-node pages in YARN-UI

2017-09-13 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6369:
---
Description: All yarn-node related pages are separate routes now. node 
related pages should be in a hierarchical style.

> [YARN-3368] Refactor of yarn-node pages in YARN-UI
> --
>
> Key: YARN-6369
> URL: https://issues.apache.org/jira/browse/YARN-6369
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>
> All yarn-node related pages are separate routes now. node related pages 
> should be in a hierarchical style.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6369) [YARN-3368] Refactor of yarn-node related pages in YARN-UI

2017-09-13 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6369:
---
Summary: [YARN-3368] Refactor of yarn-node related pages in YARN-UI  (was: 
[YARN-3368] Refactor of yarn-node pages in YARN-UI)

> [YARN-3368] Refactor of yarn-node related pages in YARN-UI
> --
>
> Key: YARN-6369
> URL: https://issues.apache.org/jira/browse/YARN-6369
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>
> All yarn-node related pages are separate routes now, yarn-node related pages 
> should be in a hierarchical style.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6369) [YARN-3368] Refactor of yarn-node pages in YARN-UI

2017-09-13 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6369:
---
Summary: [YARN-3368] Refactor of yarn-node pages in YARN-UI  (was: 
[YARN-3368] Refactor of yarn-app and yarn-app-attempt pages in YARN-UI)

> [YARN-3368] Refactor of yarn-node pages in YARN-UI
> --
>
> Key: YARN-6369
> URL: https://issues.apache.org/jira/browse/YARN-6369
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6182) [YARN-3368] Fix alignment issues and missing information in queue pages

2017-09-12 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6182:
---
Description: 
This patch fixes following issues:

In Queues page:
# Queue Capacities: Absolute Max Capacity should be aligned better.
# Queue Information: State is coming empty
# Queues tab becomes inactive while hovering on the queue.
# Fixes the capacity decimal places to two places.


  was:
This patch fixes following issues:

In Queues page:
# Queue Capacities: Absolute Max Capacity should be aligned better.
# Queue Information: State is coming empty
# The queue tree graph is taking too much space. We should reduce both the 
vertical and horizontal spacing.
# Queues tab becomes inactive while hovering on the queue.
# Fixes the capacity decimal places to two places.



> [YARN-3368] Fix alignment issues and missing information in queue pages
> ---
>
> Key: YARN-6182
> URL: https://issues.apache.org/jira/browse/YARN-6182
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: YARN-6182.001.patch, YARN-6182.002.patch, 
> YARN-6182.003.patch
>
>
> This patch fixes following issues:
> In Queues page:
> # Queue Capacities: Absolute Max Capacity should be aligned better.
> # Queue Information: State is coming empty
> # Queues tab becomes inactive while hovering on the queue.
> # Fixes the capacity decimal places to two places.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-6839) [YARN-3368] Be able to view application / container logs on the new YARN UI.

2017-08-29 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144919#comment-16144919
 ] 

Akhil PB commented on YARN-6839:


Hi [~leftnoteasy]
I am working on this issue and can be tracked via apache jira YARN-7092.

> [YARN-3368] Be able to view application / container logs on the new YARN UI.
> 
>
> Key: YARN-6839
> URL: https://issues.apache.org/jira/browse/YARN-6839
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Wangda Tan
>
> Currently viewing application/container logs will be redirected to the old 
> UI, we should leverage the new UI capabilities to make a better log-viewing 
> experiences.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-7092) [YARN-3368] Log viewer in application page in yarn-ui-v2

2017-08-29 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-7092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144902#comment-16144902
 ] 

Akhil PB edited comment on YARN-7092 at 8/29/17 8:10 AM:
-

Attaching the first patch which implements simple log view in left nav in the 
single application page.
The view will have a list of attempts, then a list of containers to choose 
from. Then a list of log files will be presented to choose from. Upon selecting 
log file, log content will be shown.


cc [~sunilg] [~wangda]


was (Author: akhilpb):
Attaching the first patch which implements simple log view in left nav in the 
single application page.
The view will have a list of attempts, then a list of containers to choose 
from. Then a list of log files will be presented to choose from. Upon selecting 
log file, log content will be shown.


cc [~sunilg]

> [YARN-3368] Log viewer in application page in yarn-ui-v2
> 
>
> Key: YARN-7092
> URL: https://issues.apache.org/jira/browse/YARN-7092
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: YARN-7092.001.patch
>
>
> Feature to view application logs in new yarn-ui.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-7092) [YARN-3368] Log viewer in application page in yarn-ui-v2

2017-08-29 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-7092:
---
Attachment: YARN-7092.001.patch

Attaching the first patch which implements simple log view in left nav in the 
single application page.
The view will have a list of attempts, then a list of containers to choose 
from. Then a list of log files will be presented to choose from. Upon selecting 
log file, log content will be shown.


cc [~sunilg]

> [YARN-3368] Log viewer in application page in yarn-ui-v2
> 
>
> Key: YARN-7092
> URL: https://issues.apache.org/jira/browse/YARN-7092
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: YARN-7092.001.patch
>
>
> Feature to view application logs in new yarn-ui.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-7092) [YARN-3368] Log viewer in application page in yarn-ui-v2

2017-08-23 Thread Akhil PB (JIRA)
Akhil PB created YARN-7092:
--

 Summary: [YARN-3368] Log viewer in application page in yarn-ui-v2
 Key: YARN-7092
 URL: https://issues.apache.org/jira/browse/YARN-7092
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: yarn-ui-v2
Reporter: Akhil PB
Assignee: Akhil PB


Feature to view application logs in new yarn-ui.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-6373) [YARN-3368] Improvements in cluster-overview page in YARN-UI

2017-07-20 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094737#comment-16094737
 ] 

Akhil PB edited comment on YARN-6373 at 7/20/17 2:10 PM:
-

It seems that there are changes made for donut charts in most of the pages. 
If every chart is working fine, then pls go ahead [~sunilg] and 
[~GergelyNovak]. Patch looks good to me.
Thoughts?


was (Author: akhilpb):
It seems that there are changes made for donut charts in most of the pages. 
If every chart working is fine, then pls go ahead [~sunilg] and 
[~GergelyNovak]. Patch looks good to me.
Thoughts?

> [YARN-3368] Improvements in cluster-overview page in YARN-UI
> 
>
> Key: YARN-6373
> URL: https://issues.apache.org/jira/browse/YARN-6373
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Gergely Novák
> Attachments: YARN-6373.001.patch
>
>
> # Make appld and queueName clickable to navigate to respective pages.
> # Flow layout for panels in cluster-overview page.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-6373) [YARN-3368] Improvements in cluster-overview page in YARN-UI

2017-07-20 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094737#comment-16094737
 ] 

Akhil PB commented on YARN-6373:


It seems that there are changes made for donut charts in most of the pages. 
If every chart working is fine, then pls go ahead [~sunilg] and 
[~GergelyNovak]. Patch looks good to me.
Thoughts?

> [YARN-3368] Improvements in cluster-overview page in YARN-UI
> 
>
> Key: YARN-6373
> URL: https://issues.apache.org/jira/browse/YARN-6373
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Gergely Novák
> Attachments: YARN-6373.001.patch
>
>
> # Make appld and queueName clickable to navigate to respective pages.
> # Flow layout for panels in cluster-overview page.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-5146) [YARN-3368] Supports Fair Scheduler in new YARN UI

2017-07-07 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16078224#comment-16078224
 ] 

Akhil PB commented on YARN-5146:


In addition to comments from [~sunilg], we could definitely remove 
{{app/helpers/eq.js}} file, since {{ember-truth-helpers}} package has {{eq 
helper}} and comes up with bunch of other conditional helpers.
Refer [ember-truth-helpers|https://github.com/jmurphyau/ember-truth-helpers]

> [YARN-3368] Supports Fair Scheduler in new YARN UI
> --
>
> Key: YARN-5146
> URL: https://issues.apache.org/jira/browse/YARN-5146
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Wangda Tan
>Assignee: Abdullah Yousufi
> Attachments: YARN-5146.001.patch, YARN-5146.002.patch
>
>
> Current implementation in branch YARN-3368 only support capacity scheduler,  
> we want to make it support fair scheduler. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-5146) [YARN-3368] Supports Fair Scheduler in new YARN UI

2017-07-07 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16077672#comment-16077672
 ] 

Akhil PB edited comment on YARN-5146 at 7/7/17 12:54 PM:
-

Hi [~ayousufi]
How about

{code}
queues: this.store.query("yarn-queue.yarn-queue", {}).then((model) => {
  let type = model.get('firstObject').get('type');
  return this.store.query("yarn-queue."+type+"-queue", {});
})
{code}
Makes sense?


was (Author: akhilpb):
Hi [~ayousufi]
How about

{code}
queues: this.store.query("yarn-queue.yarn-queue", {}).then((model) => {
  let type = model.get('firstObject').get('type');
  return this.store.query("yarn-queue."+type+"-queue");
})
{code}
Makes sense?

> [YARN-3368] Supports Fair Scheduler in new YARN UI
> --
>
> Key: YARN-5146
> URL: https://issues.apache.org/jira/browse/YARN-5146
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Wangda Tan
>Assignee: Abdullah Yousufi
> Attachments: YARN-5146.001.patch, YARN-5146.002.patch
>
>
> Current implementation in branch YARN-3368 only support capacity scheduler,  
> we want to make it support fair scheduler. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-5146) [YARN-3368] Supports Fair Scheduler in new YARN UI

2017-07-06 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16077672#comment-16077672
 ] 

Akhil PB edited comment on YARN-5146 at 7/7/17 6:18 AM:


Hi [~ayousufi]
How about

{code}
queues: this.store.query("yarn-queue.yarn-queue", {}).then((model) => {
  let type = model.get('firstObject').get('type');
  return this.store.query("yarn-queue."+type+"-queue");
})
{code}
Makes sense?


was (Author: akhilpb):
Hi [~ayousufi]
How about

{code}
queues: this.store.query("yarn-queue.yarn-queue", {}).then((model) => {
  let type = model.get('firstObject').get('type');
  return this.store.query("yarn-queue."   type   "-queue");
})
{code}
Makes sense?

> [YARN-3368] Supports Fair Scheduler in new YARN UI
> --
>
> Key: YARN-5146
> URL: https://issues.apache.org/jira/browse/YARN-5146
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Wangda Tan
>Assignee: Abdullah Yousufi
> Attachments: YARN-5146.001.patch, YARN-5146.002.patch
>
>
> Current implementation in branch YARN-3368 only support capacity scheduler,  
> we want to make it support fair scheduler. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-5146) [YARN-3368] Supports Fair Scheduler in new YARN UI

2017-07-06 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16077672#comment-16077672
 ] 

Akhil PB commented on YARN-5146:


Hi [~ayousufi]
How about

{code}
queues: this.store.query("yarn-queue.yarn-queue", {}).then((model) => {
  let type = model.get('firstObject').get('type');
  return this.store.query("yarn-queue."   type   "-queue");
})
{code}
Makes sense?

> [YARN-3368] Supports Fair Scheduler in new YARN UI
> --
>
> Key: YARN-5146
> URL: https://issues.apache.org/jira/browse/YARN-5146
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Wangda Tan
>Assignee: Abdullah Yousufi
> Attachments: YARN-5146.001.patch, YARN-5146.002.patch
>
>
> Current implementation in branch YARN-3368 only support capacity scheduler,  
> we want to make it support fair scheduler. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-5146) [YARN-3368] Supports Fair Scheduler in new YARN UI

2017-07-06 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16076933#comment-16076933
 ] 

Akhil PB commented on YARN-5146:


Hi [~ayousufi]
I suppose three models hit same scheduler endpoint three times. Is it possible 
to make it hit once by caching or something?
Because, from what I recall, each time you hover over the queue, scheduler APIs 
are fired.

> [YARN-3368] Supports Fair Scheduler in new YARN UI
> --
>
> Key: YARN-5146
> URL: https://issues.apache.org/jira/browse/YARN-5146
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Wangda Tan
>Assignee: Abdullah Yousufi
> Attachments: YARN-5146.001.patch, YARN-5146.002.patch
>
>
> Current implementation in branch YARN-3368 only support capacity scheduler,  
> we want to make it support fair scheduler. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-5146) [YARN-3368] Supports Fair Scheduler in new YARN UI

2017-07-06 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16076421#comment-16076421
 ] 

Akhil PB commented on YARN-5146:


Hi [~ayousufi],
It seems that we already have an {{eq}} helper as part of 
{{ember-truth-helpers}} package. I suppose we could remove newly created eq 
helper.
Is there multiple scheduler REST APIs fired in {{routes/yarn-queue.js}} and 
{{routes/yarn-queues.js}} files?


> [YARN-3368] Supports Fair Scheduler in new YARN UI
> --
>
> Key: YARN-5146
> URL: https://issues.apache.org/jira/browse/YARN-5146
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Wangda Tan
>Assignee: Abdullah Yousufi
> Attachments: YARN-5146.001.patch, YARN-5146.002.patch
>
>
> Current implementation in branch YARN-3368 only support capacity scheduler,  
> we want to make it support fair scheduler. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6635) Merging refactored changes from yarn-native-services branch

2017-05-22 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6635:
---
Attachment: YARN-6635.001.patch

Adding v1 patch.
Hi [~sunilg], help in test and review the patch. 

> Merging refactored changes from yarn-native-services branch
> ---
>
> Key: YARN-6635
> URL: https://issues.apache.org/jira/browse/YARN-6635
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: YARN-6635.001.patch
>
>
> There are some refactoring done for yarn-app pages in new YARN UI codebase in 
> yarn-native-services branch. This ticket intends to bring the refactored 
> changes done in UI code into trunk from yarn-native-services branch.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-6635) Merging refactored changes from yarn-native-services branch

2017-05-22 Thread Akhil PB (JIRA)
Akhil PB created YARN-6635:
--

 Summary: Merging refactored changes from yarn-native-services 
branch
 Key: YARN-6635
 URL: https://issues.apache.org/jira/browse/YARN-6635
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Akhil PB
Assignee: Akhil PB


There are some refactoring done for yarn-app pages in new YARN UI codebase in 
yarn-native-services branch. This ticket intends to bring the refactored 
changes done in UI code into trunk from yarn-native-services branch.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6631) Refactor loader.js in new YARN-UI

2017-05-22 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6631:
---
Attachment: YARN-6631.001.patch

Adding v1 patch.
Hi [~sunilg], help in review the patch.

> Refactor loader.js in new YARN-UI
> -
>
> Key: YARN-6631
> URL: https://issues.apache.org/jira/browse/YARN-6631
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: YARN-6631.001.patch
>
>
> Current loader.js file overwrites all other ENV properties configured in 
> config.env file other than "rmWebAdderss" and "timelineWebAddress". This 
> ticket is meant to fix the above issue.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6631) Refactor loader.js in new YARN-UI

2017-05-22 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6631:
---
Description: Current loader.js file overwrites all other ENV properties 
configured in config.env file other than "rmWebAdderss" and 
"timelineWebAddress". This ticket is meant to fix the above issue.  (was: 
Current loader.js file overwrites all other ENV properties configured in 
config.env file other than "rmWebAdderss" and "timelineWebAddress". This is 
ticket is meant to fix the above issue.)

> Refactor loader.js in new YARN-UI
> -
>
> Key: YARN-6631
> URL: https://issues.apache.org/jira/browse/YARN-6631
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Akhil PB
>Assignee: Akhil PB
>
> Current loader.js file overwrites all other ENV properties configured in 
> config.env file other than "rmWebAdderss" and "timelineWebAddress". This 
> ticket is meant to fix the above issue.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-6631) Refactor loader.js in new YARN-UI

2017-05-22 Thread Akhil PB (JIRA)
Akhil PB created YARN-6631:
--

 Summary: Refactor loader.js in new YARN-UI
 Key: YARN-6631
 URL: https://issues.apache.org/jira/browse/YARN-6631
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Akhil PB
Assignee: Akhil PB


Current loader.js file overwrites all other ENV properties configured in 
config.env file other than "rmWebAdderss" and "timelineWebAddress". This is 
ticket is meant to fix the above issue.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-5705) [YARN-3368] Add support for Timeline V2 to new web UI

2017-05-19 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-5705:
---
Attachment: YARN-5705.017.patch

Thanks [~sunilg] for your comments.
Adding {{YARN-5705.017.patch}} which fixes comments from [~sunilg].
# Font sizes are made same in flow-runs and metrics pages.
# We only query to ATSv2 and if it's either not running or not reachable, an 
error message will be shown.
# Looks like single-metric-table.js is not used, removed the same.
# Removed unnecessary comments from yarn-flowrun-metric.js
# Fixed jshint issues.

> [YARN-3368] Add support for Timeline V2 to new web UI
> -
>
> Key: YARN-5705
> URL: https://issues.apache.org/jira/browse/YARN-5705
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sunil G
>Assignee: Akhil PB
>  Labels: oct16-hard
> Attachments: Screenshots.zip, YARN-5705.001.patch, 
> YARN-5705.002.patch, YARN-5705.003.patch, YARN-5705.004.patch, 
> YARN-5705.005.patch, YARN-5705.006.patch, YARN-5705.007.patch, 
> YARN-5705.008.patch, YARN-5705.009.patch, YARN-5705.010.patch, 
> YARN-5705.011.patch, YARN-5705.012.patch, YARN-5705.013.patch, 
> YARN-5705.014.patch, YARN-5705.015.patch, YARN-5705.016.patch, 
> YARN-5705.017.patch, YARN-5705-YARN-3368.001.patch, 
> YARN-5705-YARN-3368.002.patch, YARN-5705-YARN-3368.003.patch, 
> YARN-5705-YARN-3368.004.patch
>
>
> Integrate timeline v2 to YARN-3368. This is a clone JIRA for YARN-4097



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-5705) [YARN-3368] Add support for Timeline V2 to new web UI

2017-05-19 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16017117#comment-16017117
 ] 

Akhil PB commented on YARN-5705:


Hi [~haibochen]
The issue you mentioned is because of cpu vcores and memory are absent in the 
response from ATSv2, sometimes cpu and memory are 0, and sometimes vcores is 
just negative value. So it's something related to ATSv2. UI just renders what 
we get from ATSv2.
See {{metrics}} in the following responses.

{code}
[{
"metrics": [{
"type": "SINGLE_VALUE",
"id": "CPU",
"aggregationOp": "NOP",
"values": {
"1495147457276": 0
}
}, {
"type": "SINGLE_VALUE",
"id": "MEMORY",
"aggregationOp": "NOP",
"values": {
"1495147457276": 400232448
}
}],
"events": [],
"id": "root@skumpf-cbtest111-master-1/1495146814732",
"type": "YARN_FLOW_RUN",
"createdtime": 1495146814732,
"info": {
"UID": 
"yarn-cluster!root!skumpf-cbtest111-master-1!1495146814732",
"SYSTEM_INFO_FLOW_RUN_END_TIME": 1495147447880,
"SYSTEM_INFO_FLOW_NAME": "skumpf-cbtest111-master-1",
"SYSTEM_INFO_USER": "root",
"SYSTEM_INFO_FLOW_RUN_ID": 1495146814732
},
"isrelatedto": {},
"relatesto": {}
}]
{code}

{code}
[{
"metrics": [{
"type": "SINGLE_VALUE",
"id": "CPU",
"aggregationOp": "NOP",
"values": {
"1495021895212": -3
}
}, {
"type": "SINGLE_VALUE",
"id": "MEMORY",
"aggregationOp": "NOP",
"values": {
"1495021895212": 836755456
}
}],
"events": [],
"id": "root@akhil-hbase-demo-02/1495021749025",
"type": "YARN_FLOW_RUN",
"createdtime": 1495021749025,
"info": {
"UID": "yarn-cluster!root!akhil-hbase-demo-02!1495021749025",
"SYSTEM_INFO_FLOW_RUN_END_TIME": 1495021935893,
"SYSTEM_INFO_FLOW_NAME": "akhil-hbase-demo-02",
"SYSTEM_INFO_USER": "root",
"SYSTEM_INFO_FLOW_RUN_ID": 1495021749025
},
"isrelatedto": {},
"relatesto": {}
}]
{code}

{code}
[{
"metrics": [],
"events": [],
"id": "root@dh591/1494345602425",
"type": "YARN_FLOW_RUN",
"createdtime": 1494345602425,
"info": {
"UID": "yarn-cluster!root!dh591!1494345602425",
"SYSTEM_INFO_FLOW_RUN_END_TIME": 1494349248086,
"SYSTEM_INFO_FLOW_NAME": "dh591",
"SYSTEM_INFO_USER": "root",
"SYSTEM_INFO_FLOW_RUN_ID": 1494345602425
},
"isrelatedto": {},
"relatesto": {}
}]
{code}

{{Note: I will be adding a fix to show 'N/A' for "CPU VCores" and "Memory Used" 
if those are not present in ATSv2 response, otherwise will display whatever ATS 
gives, even it is 0.}}

cc/ [~sunilg]

> [YARN-3368] Add support for Timeline V2 to new web UI
> -
>
> Key: YARN-5705
> URL: https://issues.apache.org/jira/browse/YARN-5705
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sunil G
>Assignee: Akhil PB
>  Labels: oct16-hard
> Attachments: Screenshots.zip, YARN-5705.001.patch, 
> YARN-5705.002.patch, YARN-5705.003.patch, YARN-5705.004.patch, 
> YARN-5705.005.patch, YARN-5705.006.patch, YARN-5705.007.patch, 
> YARN-5705.008.patch, YARN-5705.009.patch, YARN-5705.010.patch, 
> YARN-5705.011.patch, YARN-5705.012.patch, YARN-5705.013.patch, 
> YARN-5705.014.patch, YARN-5705.015.patch, YARN-5705.016.patch, 
> YARN-5705-YARN-3368.001.patch, YARN-5705-YARN-3368.002.patch, 
> YARN-5705-YARN-3368.003.patch, YARN-5705-YARN-3368.004.patch
>
>
> Integrate timeline v2 to YARN-3368. This is a clone JIRA for YARN-4097



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-5705) [YARN-3368] Add support for Timeline V2 to new web UI

2017-05-18 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16015477#comment-16015477
 ] 

Akhil PB edited comment on YARN-5705 at 5/18/17 9:48 AM:
-

Adding new patch {{YARN-5705.016.patch}} with minor bug fixes on top of 
YARN-5705.015 patch.
* Bug fix for page breaking when clicking on barchart in yarn-flowrun/info page


was (Author: akhilpb):
Minor bug fix on top of YARN-5705.015 patch.
* Bug fix for page breaking when clicking on barchart in yarn-flowrun/info page

> [YARN-3368] Add support for Timeline V2 to new web UI
> -
>
> Key: YARN-5705
> URL: https://issues.apache.org/jira/browse/YARN-5705
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sunil G
>Assignee: Akhil PB
>  Labels: oct16-hard
> Attachments: Screenshots.zip, YARN-5705.001.patch, 
> YARN-5705.002.patch, YARN-5705.003.patch, YARN-5705.004.patch, 
> YARN-5705.005.patch, YARN-5705.006.patch, YARN-5705.007.patch, 
> YARN-5705.008.patch, YARN-5705.009.patch, YARN-5705.010.patch, 
> YARN-5705.011.patch, YARN-5705.012.patch, YARN-5705.013.patch, 
> YARN-5705.014.patch, YARN-5705.015.patch, YARN-5705.016.patch, 
> YARN-5705-YARN-3368.001.patch, YARN-5705-YARN-3368.002.patch, 
> YARN-5705-YARN-3368.003.patch, YARN-5705-YARN-3368.004.patch
>
>
> Integrate timeline v2 to YARN-3368. This is a clone JIRA for YARN-4097



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Commented] (YARN-5705) [YARN-3368] Add support for Timeline V2 to new web UI

2017-05-18 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-5705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16015484#comment-16015484
 ] 

Akhil PB commented on YARN-5705:


Hi [~haibochen]
I have uploaded latest UI patch for ATSv2 support which is rebased on top of 
latest trunk UI code.
Please use {{YARN-5705.016.patch}} file and apply on top of latest trunk.

cc/ [~sunilg]

> [YARN-3368] Add support for Timeline V2 to new web UI
> -
>
> Key: YARN-5705
> URL: https://issues.apache.org/jira/browse/YARN-5705
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sunil G
>Assignee: Akhil PB
>  Labels: oct16-hard
> Attachments: Screenshots.zip, YARN-5705.001.patch, 
> YARN-5705.002.patch, YARN-5705.003.patch, YARN-5705.004.patch, 
> YARN-5705.005.patch, YARN-5705.006.patch, YARN-5705.007.patch, 
> YARN-5705.008.patch, YARN-5705.009.patch, YARN-5705.010.patch, 
> YARN-5705.011.patch, YARN-5705.012.patch, YARN-5705.013.patch, 
> YARN-5705.014.patch, YARN-5705.015.patch, YARN-5705.016.patch, 
> YARN-5705-YARN-3368.001.patch, YARN-5705-YARN-3368.002.patch, 
> YARN-5705-YARN-3368.003.patch, YARN-5705-YARN-3368.004.patch
>
>
> Integrate timeline v2 to YARN-3368. This is a clone JIRA for YARN-4097



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-5705) [YARN-3368] Add support for Timeline V2 to new web UI

2017-05-18 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-5705:
---
Attachment: YARN-5705.016.patch

Minor bug fix on top of YARN-5705.015 patch.
* Bug fix for page breaking when clicking on barchart in yarn-flowrun/info page

> [YARN-3368] Add support for Timeline V2 to new web UI
> -
>
> Key: YARN-5705
> URL: https://issues.apache.org/jira/browse/YARN-5705
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sunil G
>Assignee: Akhil PB
>  Labels: oct16-hard
> Attachments: Screenshots.zip, YARN-5705.001.patch, 
> YARN-5705.002.patch, YARN-5705.003.patch, YARN-5705.004.patch, 
> YARN-5705.005.patch, YARN-5705.006.patch, YARN-5705.007.patch, 
> YARN-5705.008.patch, YARN-5705.009.patch, YARN-5705.010.patch, 
> YARN-5705.011.patch, YARN-5705.012.patch, YARN-5705.013.patch, 
> YARN-5705.014.patch, YARN-5705.015.patch, YARN-5705.016.patch, 
> YARN-5705-YARN-3368.001.patch, YARN-5705-YARN-3368.002.patch, 
> YARN-5705-YARN-3368.003.patch, YARN-5705-YARN-3368.004.patch
>
>
> Integrate timeline v2 to YARN-3368. This is a clone JIRA for YARN-4097



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-5705) [YARN-3368] Add support for Timeline V2 to new web UI

2017-05-18 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-5705:
---
Attachment: Screenshots.zip

Uploading screenshots of ATSv2 UI pages.

> [YARN-3368] Add support for Timeline V2 to new web UI
> -
>
> Key: YARN-5705
> URL: https://issues.apache.org/jira/browse/YARN-5705
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sunil G
>Assignee: Akhil PB
>  Labels: oct16-hard
> Attachments: Screenshots.zip, YARN-5705.001.patch, 
> YARN-5705.002.patch, YARN-5705.003.patch, YARN-5705.004.patch, 
> YARN-5705.005.patch, YARN-5705.006.patch, YARN-5705.007.patch, 
> YARN-5705.008.patch, YARN-5705.009.patch, YARN-5705.010.patch, 
> YARN-5705.011.patch, YARN-5705.012.patch, YARN-5705.013.patch, 
> YARN-5705.014.patch, YARN-5705.015.patch, YARN-5705-YARN-3368.001.patch, 
> YARN-5705-YARN-3368.002.patch, YARN-5705-YARN-3368.003.patch, 
> YARN-5705-YARN-3368.004.patch
>
>
> Integrate timeline v2 to YARN-3368. This is a clone JIRA for YARN-4097



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-5705) [YARN-3368] Add support for Timeline V2 to new web UI

2017-05-18 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-5705:
---
Attachment: YARN-5705.015.patch

Attaching latest UI patch for ATSv2 support rebased on latest trunk code.

> [YARN-3368] Add support for Timeline V2 to new web UI
> -
>
> Key: YARN-5705
> URL: https://issues.apache.org/jira/browse/YARN-5705
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sunil G
>Assignee: Akhil PB
>  Labels: oct16-hard
> Attachments: YARN-5705.001.patch, YARN-5705.002.patch, 
> YARN-5705.003.patch, YARN-5705.004.patch, YARN-5705.005.patch, 
> YARN-5705.006.patch, YARN-5705.007.patch, YARN-5705.008.patch, 
> YARN-5705.009.patch, YARN-5705.010.patch, YARN-5705.011.patch, 
> YARN-5705.012.patch, YARN-5705.013.patch, YARN-5705.014.patch, 
> YARN-5705.015.patch, YARN-5705-YARN-3368.001.patch, 
> YARN-5705-YARN-3368.002.patch, YARN-5705-YARN-3368.003.patch, 
> YARN-5705-YARN-3368.004.patch
>
>
> Integrate timeline v2 to YARN-3368. This is a clone JIRA for YARN-4097



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6182) [YARN-3368] Fix alignment issues and missing information in queue pages

2017-05-10 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6182:
---
Description: 
This patch fixes following issues:

In Queues page:
# Queue Capacities: Absolute Max Capacity should be aligned better.
# Queue Information: State is coming empty
# The queue tree graph is taking too much space. We should reduce both the 
vertical and horizontal spacing.
# Queues tab becomes inactive while hovering on the queue.
# Fixes the capacity decimal places to two places.


  was:
This patch fixes following issues:

In Queues page:
# Queue Capacities: Absolute Max Capacity should be aligned better.
# Queue Information: State is coming empty
# The queue tree graph is taking too much space. We should reduce both the 
vertical and horizontal spacing.
# Queues tab becomes inactive while hovering on the queue.



> [YARN-3368] Fix alignment issues and missing information in queue pages
> ---
>
> Key: YARN-6182
> URL: https://issues.apache.org/jira/browse/YARN-6182
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: YARN-6182.001.patch, YARN-6182.002.patch, 
> YARN-6182.003.patch
>
>
> This patch fixes following issues:
> In Queues page:
> # Queue Capacities: Absolute Max Capacity should be aligned better.
> # Queue Information: State is coming empty
> # The queue tree graph is taking too much space. We should reduce both the 
> vertical and horizontal spacing.
> # Queues tab becomes inactive while hovering on the queue.
> # Fixes the capacity decimal places to two places.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6182) [YARN-3368] Fix alignment issues and missing information in queue pages

2017-05-10 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6182:
---
Summary: [YARN-3368] Fix alignment issues and missing information in queue 
pages  (was: [YARN-3368] Fix alignment issues and missing information in Queue 
pages)

> [YARN-3368] Fix alignment issues and missing information in queue pages
> ---
>
> Key: YARN-6182
> URL: https://issues.apache.org/jira/browse/YARN-6182
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: YARN-6182.001.patch, YARN-6182.002.patch, 
> YARN-6182.003.patch
>
>
> This patch fixes following issues:
> In Queues page:
> # Queue Capacities: Absolute Max Capacity should be aligned better.
> # Queue Information: State is coming empty
> # The queue tree graph is taking too much space. We should reduce both the 
> vertical and horizontal spacing.
> # Queues tab becomes inactive while hovering on the queue.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Created] (YARN-6564) RM service is shutting down when ATS v2 is enabled

2017-05-05 Thread Akhil PB (JIRA)
Akhil PB created YARN-6564:
--

 Summary: RM service is shutting down when ATS v2 is enabled
 Key: YARN-6564
 URL: https://issues.apache.org/jira/browse/YARN-6564
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: Akhil PB


RM shutting down with following error
{code}
2017-05-05 14:41:06,056 FATAL org.apache.hadoop.yarn.event.AsyncDispatcher: 
Error in dispatcher thread
java.lang.IllegalAccessError: tried to access method 
com.google.common.base.Stopwatch.()V from class 
org.apache.hadoop.hbase.zookeeper.MetaTableLocator
at 
org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:604)
at 
org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:588)
at 
org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:561)
{code}



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-6398) Implement a new native-service UI

2017-05-04 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996540#comment-15996540
 ] 

Akhil PB edited comment on YARN-6398 at 5/4/17 2:36 PM:


Thanks [~sunilg] for your comments.
{{YARN-6398-yarn-native-services.003}} patch addresses your comments.
# Fixes breadcrumb issues while accessing from container page.
# Handles various scenarios where ATS is down.
# Removed unused yarn-app-attempts related files.
# Uploaded screen shots of various pages of service components.


was (Author: akhilpb):
Thanks [~sunilg] for your comments.
{{YARN-6398-yarn-native-services.003}} patch addresses your comments.
# Fixes breadcrumb issues while accessing from container page.
# Handle various scenarios where ATS is down.
# Removed unused yarn-app-attempts related files.
# Uploaded screen shots of various pages.

> Implement a new native-service UI
> -
>
> Key: YARN-6398
> URL: https://issues.apache.org/jira/browse/YARN-6398
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-native-services
>Reporter: Sunil G
>Assignee: Akhil PB
> Attachments: Screenshots.zip, YARN-6398.001.patch, 
> YARN-6398.002.patch, YARN-6398.003.patch, 
> YARN-6398-yarn-native-services.001.patch, 
> YARN-6398-yarn-native-services.002.patch, 
> YARN-6398-yarn-native-services.003.patch
>
>
> Create a new and advanced native service UI which can co-exist with the new 
> Yarn UI.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6398) Implement a new native-service UI

2017-05-04 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6398:
---
Attachment: YARN-6398-yarn-native-services.003.patch

Thanks [~sunilg] for your comments.
{{YARN-6398-yarn-native-services.003}} patch addresses your comments.
# Fixes breadcrumb issues while accessing from container page.
# Handle various scenarios where ATS is down.
# Removed unused yarn-app-attempts related files.
# Uploaded screen shots of various pages.

> Implement a new native-service UI
> -
>
> Key: YARN-6398
> URL: https://issues.apache.org/jira/browse/YARN-6398
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-native-services
>Reporter: Sunil G
>Assignee: Akhil PB
> Attachments: Screenshots.zip, YARN-6398.001.patch, 
> YARN-6398.002.patch, YARN-6398.003.patch, 
> YARN-6398-yarn-native-services.001.patch, 
> YARN-6398-yarn-native-services.002.patch, 
> YARN-6398-yarn-native-services.003.patch
>
>
> Create a new and advanced native service UI which can co-exist with the new 
> Yarn UI.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-6398) Implement a new native-service UI

2017-05-04 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996247#comment-15996247
 ] 

Akhil PB edited comment on YARN-6398 at 5/4/17 10:33 AM:
-

{{YARN-6398-yarn-native-services.002}} patch with bug fixes for the following:
* Handle services which return no data for {{SERVICE_ATTEMPT}} ATS API and to 
show proper messages for "Quicklinks" and "Configurations and Metrics" sections 
in the "yarn-app" page.



was (Author: akhilpb):
{{YARN-6398-yarn-native-services.002}} patch with bug fixes for the following:
* Handle services which return no data for {{SERVICE_ATTEMPT}} ATS API and to 
show "No data available" message for "Quicklinks" and "Configurations and 
Metrics" sections in the "yarn-app" page.


> Implement a new native-service UI
> -
>
> Key: YARN-6398
> URL: https://issues.apache.org/jira/browse/YARN-6398
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-native-services
>Reporter: Sunil G
>Assignee: Akhil PB
> Attachments: Screenshots.zip, YARN-6398.001.patch, 
> YARN-6398.002.patch, YARN-6398.003.patch, 
> YARN-6398-yarn-native-services.001.patch, 
> YARN-6398-yarn-native-services.002.patch
>
>
> Create a new and advanced native service UI which can co-exist with the new 
> Yarn UI.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6398) Implement a new native-service UI

2017-05-04 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6398:
---
Attachment: Screenshots.zip

Attaching screenshots of various pages of service components

> Implement a new native-service UI
> -
>
> Key: YARN-6398
> URL: https://issues.apache.org/jira/browse/YARN-6398
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-native-services
>Reporter: Sunil G
>Assignee: Akhil PB
> Attachments: Screenshots.zip, YARN-6398.001.patch, 
> YARN-6398.002.patch, YARN-6398.003.patch, 
> YARN-6398-yarn-native-services.001.patch, 
> YARN-6398-yarn-native-services.002.patch
>
>
> Create a new and advanced native service UI which can co-exist with the new 
> Yarn UI.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-6398) Implement a new native-service UI

2017-05-03 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996247#comment-15996247
 ] 

Akhil PB edited comment on YARN-6398 at 5/4/17 6:53 AM:


{{YARN-6398-yarn-native-services.002}} patch with bug fixes for the following:
* Handle services which return no data for {{SERVICE_ATTEMPT}} ATS API and to 
show "No data available" message for "Quicklinks" and "Configurations and 
Metrics" sections in the "yarn-app" page.



was (Author: akhilpb):
{{YARN-6398-yarn-native-services.002}} patch with bug fixes

> Implement a new native-service UI
> -
>
> Key: YARN-6398
> URL: https://issues.apache.org/jira/browse/YARN-6398
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-native-services
>Reporter: Sunil G
>Assignee: Akhil PB
> Attachments: YARN-6398.001.patch, YARN-6398.002.patch, 
> YARN-6398.003.patch, YARN-6398-yarn-native-services.001.patch, 
> YARN-6398-yarn-native-services.002.patch
>
>
> Create a new and advanced native service UI which can co-exist with the new 
> Yarn UI.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6398) Implement a new native-service UI

2017-05-03 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6398:
---
Attachment: YARN-6398-yarn-native-services.002.patch

YARN-6398-yarn-native-services.002 patch with bug fixes

> Implement a new native-service UI
> -
>
> Key: YARN-6398
> URL: https://issues.apache.org/jira/browse/YARN-6398
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-native-services
>Reporter: Sunil G
>Assignee: Akhil PB
> Attachments: YARN-6398.001.patch, YARN-6398.002.patch, 
> YARN-6398.003.patch, YARN-6398-yarn-native-services.001.patch, 
> YARN-6398-yarn-native-services.002.patch
>
>
> Create a new and advanced native service UI which can co-exist with the new 
> Yarn UI.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-6398) Implement a new native-service UI

2017-05-03 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996247#comment-15996247
 ] 

Akhil PB edited comment on YARN-6398 at 5/4/17 6:29 AM:


{{YARN-6398-yarn-native-services.002}} patch with bug fixes


was (Author: akhilpb):
YARN-6398-yarn-native-services.002 patch with bug fixes

> Implement a new native-service UI
> -
>
> Key: YARN-6398
> URL: https://issues.apache.org/jira/browse/YARN-6398
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-native-services
>Reporter: Sunil G
>Assignee: Akhil PB
> Attachments: YARN-6398.001.patch, YARN-6398.002.patch, 
> YARN-6398.003.patch, YARN-6398-yarn-native-services.001.patch, 
> YARN-6398-yarn-native-services.002.patch
>
>
> Create a new and advanced native service UI which can co-exist with the new 
> Yarn UI.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6398) Implement a new native-service UI

2017-05-02 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6398:
---
Attachment: YARN-6398-yarn-native-services.001.patch

YARN-6398 v1 patch rebased on yarn-native-services branch.

> Implement a new native-service UI
> -
>
> Key: YARN-6398
> URL: https://issues.apache.org/jira/browse/YARN-6398
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-native-services
>Reporter: Sunil G
>Assignee: Akhil PB
> Attachments: YARN-6398.001.patch, YARN-6398.002.patch, 
> YARN-6398.003.patch, YARN-6398-yarn-native-services.001.patch
>
>
> Create a new and advanced native service UI which can co-exist with the new 
> Yarn UI.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6419) Support to launch native-service deployment from new YARN UI

2017-04-29 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6419:
---
Attachment: YARN-6419-yarn-native-services.004.patch

Adding {{YARN-6419-yarn-native-services.004}} patch to incorporate UI changes 
needed based on offline comments from [~jianhe].
Following were the comments from [~jianhe]
# No more {{HADOOP_XML_TEMPLATE}} type file configurations. Newest types added 
are {{HADOOP_XML}} and {{TEMPLATE}}.
# If {{TEMPLATE}} is specified, the src_file type and dest_file must be 
specified. If {{HADOOP_XML}} is specified, the customized properties (i.e. 
key-value pairs) can be specified in addition to src_file.
# Add a new column “Properties” in the File Configurations table.

cc [~sunilg]

> Support to launch native-service deployment from new YARN UI
> 
>
> Key: YARN-6419
> URL: https://issues.apache.org/jira/browse/YARN-6419
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: Screenshot-deploy-new-service-form-input.png, 
> Screenshot-deploy-new-service-json-input.png, 
> Screenshot-deploy-service-add-component-form-input.png, YARN-6419.001.patch, 
> YARN-6419.002.patch, YARN-6419.003.patch, YARN-6419.004.patch, 
> YARN-6419-yarn-native-services.001.patch, 
> YARN-6419-yarn-native-services.002.patch, 
> YARN-6419-yarn-native-services.003.patch, 
> YARN-6419-yarn-native-services.004.patch
>
>




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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-6369) [YARN-3368] Refactor of yarn-app and yarn-app-attempt pages in YARN-UI

2017-04-28 Thread Akhil PB (JIRA)

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

Akhil PB updated YARN-6369:
---
Summary: [YARN-3368] Refactor of yarn-app and yarn-app-attempt pages in 
YARN-UI  (was: [YARN-3368] Redesign of app attempt page in YARN-UI)

> [YARN-3368] Refactor of yarn-app and yarn-app-attempt pages in YARN-UI
> --
>
> Key: YARN-6369
> URL: https://issues.apache.org/jira/browse/YARN-6369
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
>




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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Comment Edited] (YARN-6419) Support to launch native-service deployment from new YARN UI

2017-04-27 Thread Akhil PB (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986479#comment-15986479
 ] 

Akhil PB edited comment on YARN-6419 at 4/27/17 12:28 PM:
--

Thanks [~sunilg]  for the comments. The latest 
{{YARN-6419-yarn-native-services.003}} patch addresses your comments.
# Removed jqueryAjax api and used ember RESTAdapter ajax api
# Removed the config-tooltip.js
# Renamed {{config-upload-modal.js}} to {{upload-config.js}}
# I don't think {{deploy-service.hbs}} and {{service-config-table.hbs}} needs 
refactoring. They are modular enough right now. 
# You must have meant {{yarn-app/services.hbs}}. We are using 
{{yarn-services.hbs}} right now. We were using {{yarn-app/services.hbs}} to 
show" Long Running Services" in Applications tab. I have removed 
{{yarn-app/services.hbs}} and its related files in order to avoid confusion.  

cc [~jianhe]


was (Author: akhilpb):
Thanks [~sunilg]  for the comments. The latest 
YARN-6419-yarn-native-services.003 patch addresses your comments.
# Removed jqueryAjax api and used ember RESTAdapter ajax api
# Removed the config-tooltip.js
# Renamed config-upload-modal.js to upload-config.js
# I don't think deploy-service.hbs and service-config-table.hbs needs 
refactoring. They are modular enough right now. 
# You must have meant yarn-app/services.hbs. We are using yarn-services.hbs 
right now. We were using yarn-app/services.hbs to show" Long Running Services" 
in Applications tab. I have removed yarn-app/services.hbs and its related files 
in order to avoid confusion.  

cc [~jianhe]

> Support to launch native-service deployment from new YARN UI
> 
>
> Key: YARN-6419
> URL: https://issues.apache.org/jira/browse/YARN-6419
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: yarn-ui-v2
>Reporter: Akhil PB
>Assignee: Akhil PB
> Attachments: Screenshot-deploy-new-service-form-input.png, 
> Screenshot-deploy-new-service-json-input.png, 
> Screenshot-deploy-service-add-component-form-input.png, YARN-6419.001.patch, 
> YARN-6419.002.patch, YARN-6419.003.patch, YARN-6419.004.patch, 
> YARN-6419-yarn-native-services.001.patch, 
> YARN-6419-yarn-native-services.002.patch, 
> YARN-6419-yarn-native-services.003.patch
>
>




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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



<    1   2   3   4   5   6   >