Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-6226

It should be possible to get hadoop, hive, and pig version being used by WebHCat

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.13.0
    • WebHCat
    • None
    • Added new call in webhcat to allow version/hadoop and version/hive which will return the versions of hadoop and hive being run.

    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_
      }
      

      Attachments

        1. HIVE-6226.2.patch
          6 kB
          Alan Gates
        2. HIVE-6226.patch
          6 kB
          Alan Gates

        Activity

          People

            gates Alan Gates
            gates Alan Gates
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: