[ 
https://issues.apache.org/jira/browse/AMBARI-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antonenko Alexander updated AMBARI-3553:
----------------------------------------

    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:
{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}

> 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
>
>
> * 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)

Reply via email to