Return-Path: X-Original-To: apmail-ambari-issues-archive@minotaur.apache.org Delivered-To: apmail-ambari-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25F29193B1 for ; Tue, 19 Apr 2016 03:10:26 +0000 (UTC) Received: (qmail 19368 invoked by uid 500); 19 Apr 2016 03:10:26 -0000 Delivered-To: apmail-ambari-issues-archive@ambari.apache.org Received: (qmail 19299 invoked by uid 500); 19 Apr 2016 03:10:26 -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 19225 invoked by uid 99); 19 Apr 2016 03:10:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2016 03:10:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9EC0A2C1F60 for ; Tue, 19 Apr 2016 03:10:25 +0000 (UTC) Date: Tue, 19 Apr 2016 03:10:25 +0000 (UTC) From: "Jonathan Hurley (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-15950) HDFS /etc/hadoop/conf Points To Wrong Location After Adding Host 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-15950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hurley updated AMBARI-15950: ------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > HDFS /etc/hadoop/conf Points To Wrong Location After Adding Host > ---------------------------------------------------------------- > > Key: AMBARI-15950 > URL: https://issues.apache.org/jira/browse/AMBARI-15950 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.2.2 > Reporter: Jonathan Hurley > Assignee: Jonathan Hurley > Priority: Blocker > Fix For: 2.2.2 > > Attachments: AMBARI-15950.patch > > > STR: > - Install cluster on HDP 2.3 > - Add a host with DataNode after cluster has been installed > {code} > [root@os-r6-orydgs-upg-sanity-211-5 /]# ls -la /etc/hadoop/ > total 24 > drwxr-xr-x. 4 root root 4096 Apr 18 04:49 . > drwxr-xr-x. 114 root root 12288 Apr 18 10:53 .. > drwxr-xr-x. 3 root root 4096 Apr 18 04:49 2.3.4.0-3485 > lrwxrwxrwx. 1 root root 35 Apr 18 04:49 conf -> /usr/hdp/current/hadoop-client/conf > drwxr-xr-x. 2 root root 4096 Apr 18 04:49 conf.install > {code} > For hosts was added after cluster creation: > {code} > [root@os-r6-orydgs-upg-sanity-211-2 ~]# ls -la /etc/hadoop > total 16 > drwxr-xr-x. 4 root root 4096 Apr 18 09:34 . > drwxr-xr-x. 80 root root 4096 Apr 18 09:35 .. > drwxr-xr-x. 3 root root 4096 Apr 18 09:34 2.3.4.0-3485 > lrwxrwxrwx. 1 root root 23 Apr 18 09:34 conf -> /etc/hadoop/conf.backup > drwxr-xr-x. 2 root root 4096 Apr 18 10:36 conf.backup > {code} > This causes the {{/etc//conf}} folder to point indefinitely to the {{/etc//conf.backup}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)