Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-22803

Update Hadoop RPC Encryption Properties During Kerberization

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.7.0
    • 2.7.0
    • ambari-server
    • None

    Description

      When HDP 3.0.0 is installed, clients should have the ability to choose encrypted communication over RPC when talking to core hadoop components. Today, the properties that control this are:

      • core-site.xml : hadoop.rpc.protection = authentication
      • hdfs-site.xml : dfs.data.transfer.protection = authentication

      The new value of privacy enables clients to choose an encrypted means of communication. By keeping authentication first, it will be taken as the default mechanism so that wire encryption is not automatically enabled by accident.

      The following properties should be changed to add privacy:

      • core-site.xml : hadoop.rpc.protection = authentication,privacy
      • hdfs-site.xml : dfs.data.transfer.protection = authentication,privacy

      The following are cases when this needs to be performed:

      • During Kerberization, the above two properties should be automatically reconfigured.
      • During a stack upgrade to any version of HDP 3.0.0 is covered by AMBARI-22981

      Blueprint deployment is not a scenario being covered here.

      Attachments

        1. AMBARI-22803.patch
          9 kB
          Jonathan Hurley

        Issue Links

          Activity

            People

              smolnar Sandor Molnar
              jonathanhurley Jonathan Hurley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: