Apache Hive : WebHCat Reference Version
Table of Contents
Apache Hive : WebHCat Reference Version
Description
Returns a list of supported versions and the current version.
URL
http://www.myserver.com/templeton/v1/version
Parameters
Only the standard parameters are accepted.
Results
| Name | Description |
|---|---|
| supportedVersions | A list of all supported versions. |
| version | The current version. |
Example
Curl Command
% curl -s 'http://localhost:50111/templeton/v1/version'
JSON Output
{
"supportedVersions": [
"v1"
],
"version": "v1"
}
Navigation Links
Previous: GET status
Next: GET version/hive