Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove broken link to old doc

List JobIDs — GET queue

Table of Contents

Description

Return a list of all job IDs.

Info
titleVersion: Deprecated in 0.12.0

GET queue is deprecated starting in Hive release 0.12.0. (See HIVE-4443.) Users are encouraged to use GET jobs instead.


Warning
titleVersion: Obsolete in 0.14.0

GET queue will be removed in Hive release 0.14.0. (See HIVE-6432.)
Use GET jobs instead.

URL

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

...

Name

Description

Required?

Default

showall

If showall is set to "true", then the request will return all jobs the user has permission to view, not only the jobs belonging to the user. This parameter is not available in releases prior to Hive 0.12.0. (See HIVE-4442.)

Optional in Hive 0.12.0+

false

...

Example

Curl Command

No Format

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

JSON Output

No Format

{
 "job_201111111311_0008",
 "job_201111111311_0012"
}

...

Panel
titleColorindigo
titleBGColorsilver
titleNavigation Links

Previous: POST hive
Next: GET queue/:jobid

General: WebHCat ReferenceWebHCat ManualHCatalog ManualHive Wiki HomeHive Project Site
Old version of this document (HCatalog 0.5.0): GET queue

Replaced in Hive 0.12.0 by:GET jobs