- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Change password for YARN
- Labels:
-
Apache YARN
Created ‎04-17-2019 09:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I would like to use the yarn node label functionality. For this I need to create a yarn node label as user yarn.
When I try 'su yarn' it is asking me for a password.
How is it possible to change the yarn password within HDP ?
Br,
Dennis
Created ‎04-17-2019 10:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The command you are running is wrong , it's the wrong variation you forgot a dash - Note the space before and after the dash !!
As the root user run
# su - yarn
That should work
HTH
Created ‎04-17-2019 10:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The command you are running is wrong , it's the wrong variation you forgot a dash - Note the space before and after the dash !!
As the root user run
# su - yarn
That should work
HTH
Created ‎04-23-2019 05:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any updates?
Created ‎04-23-2019 12:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks ! Works !
Created ‎04-23-2019 12:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you found this answer addressed your question, please take a moment to log in and click the "accept" link on the answer.
That would be a great help to Community users to find the solution quickly for these kinds of errors.
