Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 04-17-2019 09:16 AM
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
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
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
Any updates?
Created 04-23-2019 12:21 PM
Thanks ! Works !
Created 04-23-2019 12:28 PM
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.