Home

/yarn_rm/kill_app

Gets the status code for a killed YARN app.

Request
GET http://unravel-host:3000/api/v1/yarn_rm/move_app?clusterid={cluster_id}&appid={app_id}&queue={queue_name}
Path parameters

None.

Query parameters

Required parameters are highlighted.

Name

Type

Description

Cluster Id

string

Cluster ID. Required.

appid

string

App ID. Required.

Response body

Name

Type

Description

duration

integer

avgDuration

integer

user

string

name

string

Examples

Request:

curl -X GET "http://myserver.com:3000/api/v1/yarn_rm/kill_app?clusterid=clusterid=ignite1&appid=application_1550764666755_0668" -H "accept: application/json" -H  "Authorization: JWT token"

Response:

200