[
https://issues.apache.org/jira/browse/AMBARI-20192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amruta Borkar updated AMBARI-20192:
-----------------------------------
Fix Version/s: trunk
Status: Patch Available (was: In Progress)
> HostCleaup.py throws exceptionand exists when hostcheck_custom_actions.result
> not present
> -----------------------------------------------------------------------------------------
>
> Key: AMBARI-20192
> URL: https://issues.apache.org/jira/browse/AMBARI-20192
> Project: Ambari
> Issue Type: Bug
> Reporter: Amruta Borkar
> Assignee: Amruta Borkar
> Priority: Minor
> Fix For: trunk
>
> Attachments: AMBARI-20192.patch
>
>
> HostCleanup script throws following exception and exists when
> hostcheck_custom_actions.result not present
> [root@tsar1 ~]# /usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py
> You have elected to remove all users as well. If it is not intended then use
> option --skip "users". Do you want to continue [y/n] (y)y
> Host Check results not found. There is no
> /var/lib/ambari-agent/data/hostcheck_custom_actions.result. Do you want to
> run host checks [y/n] (y)n
> Traceback (most recent call last):
> File "/usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py", line
> 705, in <module>
> main()
> File "/usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py", line
> 689, in main
> with open(hostcheckfileca, "rb") as f2:
> IOError: [Errno 2] No such file or directory:
> '/var/lib/ambari-agent/data/hostcheck_custom_actions.result'
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)