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

NameNode HA wizard: Refreshing the wizard displays incorrect manual commands.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.2
    • 1.4.2
    • ambari-web
    • None

    Description

      • Install HDFS with customized hostname hdfs1.
      • Start NameNode HA wizard and Refresh on step-2 (select host).
      • Proceed ahead.
      • Create checkpoint step asks to run command with incorrect user name:

        sudo su -l hdfs -c 'hdfs dfsadmin -safemode enter'

      • Above command returns safemode: Access denied for user hdfs. Superuser privilege is required
      • Actual command should be:

        sudo su -l hdfs1 -c 'hdfs dfsadmin -safemode enter'

      Attachments

        1. AMBARI-3553.patch
          5 kB
          Antonenko Alexander

        Activity

          People

            aantonenko Antonenko Alexander
            jaimin Jaimin Jetly
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: