Hi
This error means that puppet agent did not receive the kick or the kick was not
acknowledged. It is usually due the puppet agent not running on the hosts
mentioned.
Could you try doing a puppet kick -f --ping to the hosts in question from the
puppet master host and tell us what that gives?
thanks
-- Hitesh
On Aug 1, 2012, at 1:30 AM, shidongjie wrote:
> Hi,everyone
> I encountered an error while installing ambari,error is
>
> {
> "3": {
> "nodeReport": {
> "PUPPET_KICK_FAILED": [
> "
> hadooptestnode2.qyops.com
> ",
> "
> hadooptestnode3.qyops.com
> "
> ],
> "PUPPET_OPERATION_FAILED": [],
> "PUPPET_OPERATION_TIMEDOUT": [],
> "PUPPET_OPERATION_SUCCEEDED": []
> },
> "nodeLogs": []
> },
> "61": {
> "nodeReport": [],
> "nodeLogs": []
> },
> .....
>
>
> Cluster operating system is centos 5.8 ,
> May I ask how to solve it
>
> Thank you