First of all, Ambari's "Delete" is more of "unregistering" a component from Ambari's management. It does not remove component binaries.
Retry install does not uninstall. In the Ambari paradigm, "adding" a component to a host has three parts, install the binary, config, start. The "install" option on the host menu calls the install method of that component to install the binary and local config (you should try to make the config step idempotent). On Thu, Mar 22, 2018 at 8:48 AM, <[email protected]> wrote: > Hi! > > I add some service and want to use amabri to install and manage them, but > i have some question about retry install. > > Does retry install do uninstall first and then install? > > If not, i think failed install would make next install failed. > > Also, uninstall manually is not cool. >
