Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2851710B68 for ; Mon, 21 Oct 2013 17:44:45 +0000 (UTC) Received: (qmail 38547 invoked by uid 500); 21 Oct 2013 17:44:44 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 38243 invoked by uid 500); 21 Oct 2013 17:44:43 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 38133 invoked by uid 99); 21 Oct 2013 17:44:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 17:44:42 +0000 Date: Mon, 21 Oct 2013 17:44:42 +0000 (UTC) From: "Antonenko Alexander (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-3553) NameNode HA wizard: Refreshing the wizard displays incorrect manual commands. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)