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

Fix the order of the parameters in YarnConfiguration

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None

    Description

      1. keep Process principal and keytab one place..( NM and RM are not placed in order)

       
      public static final String RM_AM_MAX_ATTEMPTS =
          RM_PREFIX + "am.max-attempts";
        public static final int DEFAULT_RM_AM_MAX_ATTEMPTS = 2;
        
        /** The keytab for the resource manager.*/
        public static final String RM_KEYTAB = 
          RM_PREFIX + "keytab";
      
        /**The kerberos principal to be used for spnego filter for RM.*/
        public static final String RM_WEBAPP_SPNEGO_USER_NAME_KEY =
            RM_PREFIX + "webapp.spnego-principal";
        
        /**The kerberos keytab to be used for spnego filter for RM.*/
        public static final String RM_WEBAPP_SPNEGO_KEYTAB_FILE_KEY =
            RM_PREFIX + "webapp.spnego-keytab-file";
      

      2.RM webapp adress and port are not in order

      Attachments

        1. YARN-3177.patch
          3 kB
          Brahma Reddy Battula

        Activity

          People

            brahmareddy Brahma Reddy Battula
            brahmareddy Brahma Reddy Battula
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: