It seems like the /usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py <span class=”st”>is actually deleting files from yum/rpm governed packages without removing package the from the yum/rpm database. I think this is unintended as /usr/hdp/current have configuration files (to my understanding) and symbolic links to /usr/hdp/2.3.20-2950 which is populated by “yum install”. The </span><span class=”st”>HostCleanup.py should remove files by /usr/hdp/current/symbolic_link and not </span><span class=”st”>/usr/hdp/current/symbolic_link/as the latter will remove the source directory where as the former would remove the symbolic link. OR better to use the “unlink” command.
</span>
↧
Reply To: HDP2.3 /CentOS7 installation problems
↧