Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9D66C200B4F for ; Mon, 11 Jul 2016 17:28:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9A39C160A5E; Mon, 11 Jul 2016 15:28:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D8F1B160A78 for ; Mon, 11 Jul 2016 17:28:12 +0200 (CEST) Received: (qmail 39208 invoked by uid 500); 11 Jul 2016 15:28:11 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 39184 invoked by uid 99); 11 Jul 2016 15:28:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 15:28:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 39D832C02A9 for ; Mon, 11 Jul 2016 15:28:11 +0000 (UTC) Date: Mon, 11 Jul 2016 15:28:11 +0000 (UTC) From: "Andrii Babiichuk (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-17657) Ambari uses default hdfs user on NNHA wizard MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 11 Jul 2016 15:28:13 -0000 Andrii Babiichuk created AMBARI-17657: ----------------------------------------- Summary: Ambari uses default hdfs user on NNHA wizard Key: AMBARI-17657 URL: https://issues.apache.org/jira/browse/AMBARI-17657 Project: Ambari Issue Type: Bug Components: ambari-web Affects Versions: 2.4.0 Reporter: Andrii Babiichuk Assignee: Andrii Babiichuk Priority: Blocker Fix For: 2.4.0 1. During install change hdfs (ex: 'hdfs1') 2. Go to NNHA wizard 3. On 4 step in manual command default hfds user is shown like: "sudo su {strong}hdfs{strong} -l -c 'hdfs dfsadmin -safemode enter'" But should be: "sudo su {strong}hdfs1{strong} -l -c 'hdfs dfsadmin -safemode enter'" -- This message was sent by Atlassian JIRA (v6.3.4#6332)