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

Spark user principal name is not always lowercase in HDP 2.5

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.4.2
    • None
    • None

    Description

      The Spark principal name is not always lowercase in HDP 2.5.

      This is because the principal definition does not specify `toLower` in the HDP
      2.5 specific Kerberos descriptor:

      *stacks/HDP/2.5/services/SPARK/kerberos.json:12*

      "value": "${spark-env/spark_user}-${cluster_name}@${realm}",

      Should be:

      *stacks/HDP/2.5/services/SPARK/kerberos.json:12*

      "value": "${spark-env/spark_user}-${cluster_name|toLower()}@${realm}",

      Attachments

        1. AMBARI-18491.patch
          0.8 kB
          Andrew Onischuk

        Issue Links

          Activity

            People

              aonishuk Andrew Onischuk
              aonishuk Andrew Onischuk
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: