[
https://issues.apache.org/jira/browse/AMBARI-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antonenko Alexander updated AMBARI-3553:
----------------------------------------
Attachment: AMBARI-3553.patch
> NameNode HA wizard: Refreshing the wizard displays incorrect manual commands.
> ------------------------------------------------------------------------------
>
> Key: AMBARI-3553
> URL: https://issues.apache.org/jira/browse/AMBARI-3553
> Project: Ambari
> Issue Type: Bug
> Components: client
> Affects Versions: 1.4.2
> Reporter: Jaimin D Jetly
> Assignee: Antonenko Alexander
> Fix For: 1.4.2
>
> Attachments: AMBARI-3553.patch
>
>
> * 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:
> {quote}
> sudo su -l hdfs -c 'hdfs dfsadmin -safemode enter'
> {quote}
> * Above command returns {color:red}safemode: Access denied for user hdfs.
> Superuser privilege is required{color}
> * Actual command should be:
> {quote}
> sudo su -l hdfs1 -c 'hdfs dfsadmin -safemode enter'
> {quote}
--
This message was sent by Atlassian JIRA
(v6.1#6144)