[
https://issues.apache.org/jira/browse/HIVE-6226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893201#comment-13893201
]
Lefty Leverenz commented on HIVE-6226:
--------------------------------------
Here's where the documentation belongs (including a new general description,
parameters table with release information, and examples for hadoop/hive/pig):
* [GET version
|https://cwiki.apache.org/confluence/display/Hive/WebHCat+Reference+Version]
To keep a uniform style just copy & paste the parameters table for GET jobs in
edit mode, then change the text:
* [GET jobs: parameters
|https://cwiki.apache.org/confluence/display/Hive/WebHCat+Reference+Jobs#WebHCatReferenceJobs-Parameters]
Or you can slap the information in there any which way, and I'll tidy it up.
> It should be possible to get hadoop, hive, and pig version being used by
> WebHCat
> --------------------------------------------------------------------------------
>
> Key: HIVE-6226
> URL: https://issues.apache.org/jira/browse/HIVE-6226
> Project: Hive
> Issue Type: New Feature
> Components: WebHCat
> Reporter: Alan Gates
> Assignee: Alan Gates
> Fix For: 0.13.0
>
> Attachments: HIVE-6226.2.patch, HIVE-6226.patch
>
>
> Calling /version on WebHCat tells the caller the protocol verison, but there
> is no way to determine the versions of software being run by the applications
> that WebHCat spawns.
> I propose to add an end-point: /version/\{module\} where module could be pig,
> hive, or hadoop. The response will then be:
> {code}
> {
> "module" : _module_name_,
> "version" : _version_string_
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)