Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-4537

Bad imports in TestUser from HBASE-4515 change

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.90.5, 0.92.0, 0.94.0
    • 0.90.5
    • None
    • None

    Description

      The HBASE-4515 patch mistakenly added unused imports to TestUser:

      import org.apache.hadoop.security.UnixUserGroupInformation;
      import org.apache.hadoop.security.UserGroupInformation;
      

      Both should be removed. UnixUserGroupInformation is specific to non-secure Hadoop and importing it will break compilation against secure Hadoop variants (0.20.205, 0.22, 0.23).

      Attachments

        1. HBASE-4537.patch
          1 kB
          Gary Helmling

        Issue Links

          Activity

            People

              ghelmling Gary Helmling
              ghelmling Gary Helmling
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: