Return-Path: X-Original-To: apmail-ambari-user-archive@www.apache.org Delivered-To: apmail-ambari-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3268310B92 for ; Tue, 27 May 2014 21:38:21 +0000 (UTC) Received: (qmail 92394 invoked by uid 500); 27 May 2014 21:38:21 -0000 Delivered-To: apmail-ambari-user-archive@ambari.apache.org Received: (qmail 92343 invoked by uid 500); 27 May 2014 21:38:21 -0000 Mailing-List: contact user-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ambari.apache.org Delivered-To: mailing list user@ambari.apache.org Received: (qmail 92328 invoked by uid 99); 27 May 2014 21:38:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 21:38:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of acody@hexiscyber.com designates 63.138.81.90 as permitted sender) Received: from [63.138.81.90] (HELO mail.keywcorp.com) (63.138.81.90) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 21:38:18 +0000 From: Aaron Cody To: "user@ambari.apache.org" CC: "dev@ambari.apache.org" Subject: Re: [ANNOUNCE] Apache Ambari 1.6.0 Thread-Topic: [ANNOUNCE] Apache Ambari 1.6.0 Thread-Index: AQHPd7y0q/K88irgiEqXh0Ki3e2J2JtUw9cAgAAAXQCAAHahgP//iziA Date: Tue, 27 May 2014 21:41:02 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.4.1.140326 Content-Type: text/plain; charset="Windows-1252" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org here=B9s what I see: 2014-05-27 14:04:41,616 - Group['hadoop'] {} 2014-05-27 14:04:41,618 - Modifying group hadoop 2014-05-27 14:04:41,644 - Group['users'] {} 2014-05-27 14:04:41,645 - Modifying group users 2014-05-27 14:04:41,670 - Group['users'] {} 2014-05-27 14:04:41,670 - Modifying group users 2014-05-27 14:04:41,699 - User['ambari-qa'] {'gid': 'hadoop', 'groups': [u'users']} 2014-05-27 14:04:41,700 - Modifying user ambari-qa 2014-05-27 14:04:41,720 - File['/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555} 2014-05-27 14:04:41,722 - Execute['/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari -qa,/tmp/sqoop-ambari-qa 2>/dev/null'] {'not_if': 'test $(id -u ambari-qa) -gt 1000'} 2014-05-27 14:04:41,739 - Skipping Execute['/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari -qa,/tmp/sqoop-ambari-qa 2>/dev/null'] due to not_if 2014-05-27 14:04:41,740 - User['hbase'] {'gid': 'hadoop', 'groups': [u'hadoop']} 2014-05-27 14:04:41,741 - Modifying user hbase 2014-05-27 14:04:41,760 - File['/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555} 2014-05-27 14:04:41,761 - Execute['/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/hadoop/hbase 2>/dev/null'] {'not_if': 'test $(id -u hbase) -gt 1000'} 2014-05-27 14:04:41,780 - Skipping Execute['/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/hadoop/hbase 2>/dev/null'] due to not_if 2014-05-27 14:04:41,780 - Group['nagios'] {} 2014-05-27 14:04:41,781 - Modifying group nagios 2014-05-27 14:04:41,800 - Error while executing command 'install': Traceback (most recent call last): File=20 "/usr/lib/python2.6/site-packages/resource_management/libraries/script/scri pt.py", line 106, in execute method(env) File=20 "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts/ hook.py", line 32, in hook setup_users() File=20 "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts/ shared_initialization.py", line 50, in setup_users Group(params.nagios_group) File=20 "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__ self.env.run() File=20 "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run self.run_action(resource, action) File=20 "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action provider_action() File=20 "/usr/lib/python2.6/site-packages/resource_management/core/providers/accoun ts.py", line 101, in action_create shell.checked_call(command) File=20 "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 35, in checked_call return _call(command, logoutput, True, cwd, env, preexec_fn, user, wait_for_finish, timeout) File=20 "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 90, in _call raise Fail(err_msg) Fail: Execution of 'groupmod nagios' returned 10. groupmod: group 'nagios' does not exist in /etc/group On 5/27/14, 2:35 PM, "Yusaku Sako" wrote: >Hi Aaron, > >It seems like just an unfortunate case of a misspelled variable name. >"hagios_server_hosts" is actually defined earlier in the same file(s) >and the code never refers to "nagios_server_hosts". >If it is failing, it is probably due to something else. > >Yusaku > >On Tue, May 27, 2014 at 2:34 PM, Aaron Cody wrote: >> hit return too fast: >> >> >> line: >> has_nagios =3D not len(hagios_server_hosts) =3D=3D 0 >> >> should probably read: >> >> has_nagios =3D not len(nagios_server_hosts) =3D=3D 0 >> >> >> >> From: Aaron Cody >> Date: Tuesday, May 27, 2014 at 2:29 PM >> To: "user@ambari.apache.org" , >> "dev@ambari.apache.org" >> Subject: Re: [ANNOUNCE] Apache Ambari 1.6.0 >> >> the install seems to be failing on nagios =8A looking at the code, the >>culprit >> may be a typo in file : >> >>=20 >>/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts >>/params.py >> >> line: >> has_nagios =3D not len(hagios_server_hosts) =3D=3D 0 >> >> should probably read: >> >> >> Aaron >> >> From: Srimanth Gunturi >> Reply-To: "user@ambari.apache.org" >> Date: Saturday, May 24, 2014 at 6:53 PM >> To: "dev@ambari.apache.org" , >> "user@ambari.apache.org" >> Subject: [ANNOUNCE] Apache Ambari 1.6.0 >> >> The Apache Ambari team is proud to announce Apache Ambari version 1.6.0 >> >> Apache Ambari is a tool for provisioning, managing, and monitoring >>Apache >> Hadoop clusters. Ambari consists of a set of RESTful APIs and >>browser-based >> management console UI. >> >> The release bits are at: >> http://www.apache.org/dyn/closer.cgi/ambari/ambari-1.6.0 >> >> To use the released bits please use the following documentation: >> >>=20 >>https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for >>+Ambari+1.6.0 >> >> We would like to thank all the contributors that made the release >>possible. >> >> Regards, >> >> The Ambari Team >> >> CONFIDENTIALITY NOTICE >> NOTICE: This message is intended for the use of the individual or >>entity to >> which it is addressed and may contain information that is confidential, >> privileged and exempt from disclosure under applicable law. If the >>reader of >> this message is not the intended recipient, you are hereby notified >>that any >> printing, copying, dissemination, distribution, disclosure or >>forwarding of >> this communication is strictly prohibited. If you have received this >> communication in error, please contact the sender immediately and >>delete it >> from your system. Thank You. > >--=20 >CONFIDENTIALITY NOTICE >NOTICE: This message is intended for the use of the individual or entity >to=20 >which it is addressed and may contain information that is confidential, >privileged and exempt from disclosure under applicable law. If the reader >of this message is not the intended recipient, you are hereby notified >that=20 >any printing, copying, dissemination, distribution, disclosure or >forwarding of this communication is strictly prohibited. If you have >received this communication in error, please contact the sender >immediately=20 >and delete it from your system. Thank You.