3. Improvements

  • Added ability to perform push install from a central computer.

  • Added ability to uninstall and reinstall over existing data.

    Use the following instructions to upgrade from HDP-Win-1.1:

    1. Uninstall HDP using DESTROY_DATA=no. On each cluster host, execute the following command from the command shell:

      msiexec /x "$MSI_PATH" /lv "$PATH_to_Installer_Log_File" DESTROY_DATA="no"

    2. Reinstall HDP using DESTROY_DATA=no. On each cluster host, execute the following command from the command shell:

      msiexec /x "$MSI_PATH" /lv "$PATH_to_Installer_Log_File" DESTROY_DATA="no"

  • Improved error feedback during deployments.