Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-8395

[UI2] YARN UI2 does not have option to specify Kerberos Prinicipal while submitting a new service

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 3.1.0
    • None
    • yarn-ui-v2
    • None

    Description

      Assuming the Cluster is kerberized, we need to specify Kerberos details via the new Service launch wizard as well. An example of a custom JSON with Kerberos Principal below. Refer attached screenshot for current Service launch options.

       

      {
       "name": "sleeper-service",
       "version": "1.0.0",
       "components": [{
       "name": "sleeper",
       "number_of_containers": 2,
       "launch_command": "sleep 900000",
       "resource": {
       "cpus": 1,
       "memory": "256"
       }
       }],
       "kerberos_principal": {
       "principal_name": "krishna@EXAMPLE.COM",
       "keytab": "file:///etc/security/keytabs/smokeuser.headless.keytab"
       }
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            kpandey Krishna Pandey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: