anyone has successfully installed 1.6.0 version? Thanks.
On Tue, May 27, 2014 at 2:41 PM, Aaron Cody <[email protected]> wrote: > here¹s 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 > "/usr/lib/python2.6/site-packages/resource_management/libraries/script/scri > pt.py", line 106, in execute > method(env) > File > "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts/ > hook.py", line 32, in hook > setup_users() > File > "/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 > "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line > 148, in __init__ > self.env.run() > File > "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", > line 149, in run > self.run_action(resource, action) > File > "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", > line 115, in run_action > provider_action() > File > "/usr/lib/python2.6/site-packages/resource_management/core/providers/accoun > ts.py", line 101, in action_create > shell.checked_call(command) > File > "/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 > "/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" <[email protected]> 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 <[email protected]> wrote: > >> hit return too fast: > >> > >> > >> line: > >> has_nagios = not len(hagios_server_hosts) == 0 > >> > >> should probably read: > >> > >> has_nagios = not len(nagios_server_hosts) == 0 > >> > >> > >> > >> From: Aaron Cody <[email protected]> > >> Date: Tuesday, May 27, 2014 at 2:29 PM > >> To: "[email protected]" <[email protected]>, > >> "[email protected]" <[email protected]> > >> Subject: Re: [ANNOUNCE] Apache Ambari 1.6.0 > >> > >> the install seems to be failing on nagios Š looking at the code, the > >>culprit > >> may be a typo in file : > >> > >> > >>/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts > >>/params.py > >> > >> line: > >> has_nagios = not len(hagios_server_hosts) == 0 > >> > >> should probably read: > >> > >> > >> Aaron > >> > >> From: Srimanth Gunturi <[email protected]> > >> Reply-To: "[email protected]" <[email protected]> > >> Date: Saturday, May 24, 2014 at 6:53 PM > >> To: "[email protected]" <[email protected]>, > >> "[email protected]" <[email protected]> > >> 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: > >> > >> > >> > 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. > > > >-- > >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. > >
