HCatalog
 

GET queue

Description

Return a list of all job IDs registered to the user.

URL

http://www.myserver.com/templeton/v1/queue

Parameters

Only the standard parameters are accepted.

Results

NameDescription
ids A list of all job IDs registered to the user.

Example

Curl Command

% curl -s 'http://localhost:50111/templeton/v1/queue?user.name=ctdean'

JSON Output

{
 "job_201111111311_0008",
 "job_201111111311_0012"
}