Apache Hive : WebHCat Reference Status

Last updated: December 12, 2024

Apache Hive : WebHCat Reference Status

Description

Returns the current status of the WebHCat (Templeton) server. Useful for heartbeat monitoring.

URL

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

Parameters

Only the standard parameters are accepted.

Results

NameDescription
status“ok” if the WebHCat server was contacted.
versionString containing the version number similar to “v1”.

Example

Curl Command

% curl -s 'http://localhost:50111/templeton/v1/status'

JSON Output

{
 "status": "ok",
 "version": "v1"
}

Navigation Links Previous: Response Types (GET :version)Next: GET version