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 B6E2FF1AF for ; Tue, 7 May 2013 20:35:15 +0000 (UTC) Received: (qmail 91006 invoked by uid 500); 7 May 2013 20:35:15 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 90886 invoked by uid 500); 7 May 2013 20:35:15 -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 90875 invoked by uid 99); 7 May 2013 20:35:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 20:35:15 +0000 Date: Tue, 7 May 2013 20:35:15 +0000 (UTC) From: "Siddharth Wagle (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-2092) DataNode install failed with custom users MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Siddharth Wagle created AMBARI-2092: --------------------------------------- Summary: DataNode install failed with custom users Key: AMBARI-2092 URL: https://issues.apache.org/jira/browse/AMBARI-2092 Project: Ambari Issue Type: Bug Components: agent Affects Versions: 1.3.0 Reporter: Siddharth Wagle Assignee: Siddharth Wagle Fix For: 1.3.0 When user names are customized, they are recreated, but home locations differ from default ones. Original users/homes are created by a Hadoop package. {code} hcat:x:493:492:Hcat User:/usr/lib/hcatalog:/bin/bash hcatxx:x:1017:501::/home/hcatxx:/bin/bash hive:x:494:493:Hive:/var/lib/hive:/bin/bash hivexx:x:1018:501::/home/hivexx:/bin/bash mapred:x:499:496:Hadoop MapReduce:/usr/lib/hadoop:/bin/bash mapredxx:x:1013:501::/home/mapredxx:/bin/bash hdfs:x:498:497:Hadoop HDFS:/usr/lib/hadoop:/bin/bash hdfsxx:x:1014:501::/home/hdfsxx:/bin/bash nobody:x:99:99:Nobody:/:/sbin/nologin nobodyxx:x:1015:503::/home/nobodyxx:/bin/bash {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira