Re: Ambari 2.0 python script killed due to timeout

2015-04-30 Thread Sean Roberts
Omkar - The settings are in /etc/ambari-server/conf/ambari.properties. I do the following to raise the task & package timeouts to 2700. Tweak the numbers as high as you want. ``` sed -e 's/\(agent.task.timeout=\).*/\12700/' \ -e 's/\(agent.package.install.task.timeout=\).*/\12700/' \

Ambari 2.0 python script killed due to timeout

2015-04-30 Thread Joshi Omkar
Hi, I'm trying to install a 8-node HDP using Ambari 2.0. In the 'Advanced Repository Option', I had kept the public repo. URL as all hosts have Internet connectivity. Two attempts to do the same failed with several nodes having failures with the same msg. in stderr : Python script has been ki