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 D2C34E249 for ; Mon, 18 Mar 2013 18:48:15 +0000 (UTC) Received: (qmail 86123 invoked by uid 500); 18 Mar 2013 18:48:15 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 86100 invoked by uid 500); 18 Mar 2013 18:48: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 86087 invoked by uid 99); 18 Mar 2013 18:48:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 18:48:15 +0000 Date: Mon, 18 Mar 2013 18:48:15 +0000 (UTC) From: "Siddharth Wagle (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-1657) User directories on HDFS do not get created with custom names provided from Ambari UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Siddharth Wagle created AMBARI-1657: --------------------------------------- Summary: User directories on HDFS do not get created with custom names provided from Ambari UI Key: AMBARI-1657 URL: https://issues.apache.org/jira/browse/AMBARI-1657 Project: Ambari Issue Type: Bug Components: agent Affects Versions: 1.2.2 Reporter: Siddharth Wagle Assignee: Siddharth Wagle Priority: Blocker Fix For: 1.2.2 User directories on HDFS do not get created with custom names provided from Ambari UI Steps: 1. Using install wizard of Ambari , at Customize Services step change the user names under misc tab. For example change hive user to hivetest , oozie user to ooziest, hcat user to chattiest 2. Complete installation of the cluster 3. Post install check the users on hdfs hadoop fs -ls /user drwxr-xr-x - hcat hdfs 0 2013-03-12 19:43 /user/hcat drwx------ - hivetest hdfs 0 2013-03-12 19:42 /user/hive drwxrwxr-x - oozietest hdfs 0 2013-03-12 19:46 /user/oozie Also note the userid of the files for webhcat is still the default instead of chattiest -- 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