Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-3097

Incompatibilities with HBase 0.98.6

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.7.0
    • 4.8.0
    • None
    • None

    Description

      Two places in the 0.98 code base are not compatible with HBase 0.98.6.

      1. calls to `RegionCoprocessorEnvironment.getRegionInfo()`. Can be replaced by `env.getRegion().getRegionInfo()`.
      2. calls to `User.runAsLoginUser()`. Can be replaced by `try

      {UserGroupInformation.getLoginUser().doAs(xxxx)}

      catch ...`

      Attachments

        Issue Links

          Activity

            People

              simon_wang Tongzhou Wang
              simon_wang Tongzhou Wang
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: