Answers for "how to find current active yarn resource manager"

1

how to find current active yarn resource manager

# Run this on any of the resource manager nodes
:~$ yarn rmadmin -getServiceState rm1
active

:~$ yarn rmadmin -getServiceState rm2
standby
Posted by: Guest on October-13-2021
0

how to find current active yarn resource manager

# Run this on any of the resource manager nodes
yarn rmadmin -getServiceState rm1
Posted by: Guest on October-13-2021

Code answers related to "how to find current active yarn resource manager"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language