1.  appStates

yarn에서 실행하는 상태별 어플리케이션 리스트 출력 

yarn application -list -appstates killed

(appstates : all, new, new_saving, submitted, accepted, running, finished, failed, killed)

 

2.  kill

yarn에서 실행되는 어플리케이션 kill

yarn application -kill  <application_id>

 

3. status

어플리케션에서 detailed 상태정보 제공 (user, 시작/종료 시간, queue 이름등)

yarn application -status <application_id>

 

4. movetoqueue

yarn에서 제출된 어플리케이션에 queue를 변경

yarn application -movetoqueue <application_id> -queue <queue_name>

 

'NoSQL > Hadoop' 카테고리의 다른 글

yarn admin  (0) 2019.07.09
yarn log  (0) 2019.07.09
hdfs admin 명령어  (0) 2019.06.27
hdfs app 프로그램  (0) 2019.06.27
erasure encoding  (0) 2019.06.27

+ Recent posts