You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

List JobIDs — 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

Name

Description

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"
}


Navigation Links

Previous: POST hive
Next: GET queue/:jobid

General: WebHCat ReferenceWebHCat (Templeton) ManualHCatalog ManualHive Home
Old version of this document (HCatalog 0.5.0): GET queue

  • No labels