- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Resource Manager UI authentication and filter by user
- Labels:
-
Apache YARN
Created on ‎10-30-2018 09:53 AM - edited ‎09-16-2022 06:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎10-31-2018 10:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎10-31-2018 10:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎11-01-2018 07:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
