Details
Description
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:
{ "module" : _module_name_, "version" : _version_string_ }