0 votes
in Hadoop by

Write the YARN commands to check the status of an application and kill an application.

1 Answer

0 votes
by

The commands are as follows:

a) To check the status of an application:

yarn application -status ApplicationID

b) To kill or terminate an application:

yarn application -kill ApplicationID

Related questions

0 votes
asked Jul 28, 2021 in Hadoop by SakshiSharma
0 votes
0 votes
asked Dec 3, 2020 in Hadoop by sharadyadav1986
...