Support Questions

Find answers, ask questions, and share your expertise

Resource Manager UI authentication and filter by user

avatar
Rising Star

Sorry for reposting..

 

We have a strange request from users, There should be authentication for resource manager web UI, and user should able to see only his jobs. I know this is same as Hue job browser, how can I achieve with Resource amanger UI?

 

Cluster is not kerborised. 

 

like: http://localhost:8088/cluster?user.name=testuser should be asking password, simple authentication,  right now it just replaces Mr.who with 'testuser', also need to filter the jobs by user

1 ACCEPTED SOLUTION

avatar
Mentor
This feature arrived with YARN-7157, and is available in CDH 6.0 and higher
versions. You'll need to specify
"yarn.resourcemanager.display.per-user-apps" as "true" in the YARN Resource
Manager yarn-site.xml safety valve to activate it on CDH6.

View solution in original post

2 REPLIES 2

avatar
Mentor
This feature arrived with YARN-7157, and is available in CDH 6.0 and higher
versions. You'll need to specify
"yarn.resourcemanager.display.per-user-apps" as "true" in the YARN Resource
Manager yarn-site.xml safety valve to activate it on CDH6.

avatar
Rising Star

@Harsh J

 

A couple of more questions:

 

http://<rm http address:port>/ws/v1/cluster/apps?queue=root.queue1

 

filter by queue in resource manager rest interface only showing 'running' applications only, is there any way to show finsihed applications? eve mentioning 'states=running,finished' it still showing only running applications. We are using Cloudera 5.14.

 

Is it possible to upgrade from CDH 5.14 to CDH 6.0 with out complete reinstall?, we are using parcels.