Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-14066

VersionInfo should be marked as public API

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 2.9.0, 2.7.4, 3.0.0-alpha4, 2.8.2
    • common
    • None

    Description

      org.apache.hadoop.util.VersionInfo is commonly used by applications that work with multiple versions of Hadoop.
      In case of Hive, this is used in a shims layer to identify the version of hadoop and use different shim code based on version (and the corresponding api it supports).
      I checked Pig and Hbase as well and they also use this class to get version information.
      However, this method is annotated as "@private" and "@unstable".
      This code has actually been stable for long time and is widely used like a public api. I think we should mark it as such.
      Note that there are apis to find the version of server components in hadoop, however, this class necessary for finding the version of client.

      Attachments

        1. HADOOP-14066.01.patch
          3 kB
          Akira Ajisaka

        Issue Links

          Activity

            People

              aajisaka Akira Ajisaka
              thejas Thejas Nair
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: