Hive Version — GET version/hive

Description

Return the version of Hive being run when WebHCat issues Hive queries or commands (POST hive).

Version: Hive 0.13.0 and later

GET version/hive is introduced in Hive release 0.13.0 (HIVE-6226 ).

URL

http://www.myserver.com /templeton/v1/version/hive

Parameters

Only the standard parameters are accepted.

Results

Returns the Hive version.

Example

Curl Command

% curl -s 'http://localhost:50111/templeton/v1/version/hive?user.name=ekoifman'

JSON Output

[
{"module":"hive","version":"0.14.0-SNAPSHOT"}
]

 

 

 

Navigation Links

Previous: GET version
Next: GET version/hadoop

General: WebHCat ReferenceWebHCat ManualHCatalog ManualHive Wiki HomeHive Project Site

Replaces deprecated resource: GET queue