Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about upgrading Presto via Ambari #16

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ To work around the issue, edit your `jvm.config` settings by adding the followin

* If the installation of Presto fails with `Python script has been killed due to timeout after waiting 1800 secs`, then the `wget` for either the Presto RPM or `presto-cli` JAR has timed out. To increase the timeout, increase the `agent.package.install.task.timeout` setting in `/etc/ambari-server/conf/ambari.properties` on the Ambari server host. Make sure to restart the Ambari server for the change to take effect. To resume, either hit the Retry button in the installation wizard, or finish the wizard and then install all Presto components individually by navigating to the relevant host and selecting Re-install. The components can be installed manually in any order but when starting the components, make sure to start the Presto coordinator last. If the installation keeps timing out, we suggest downloading the RPM and JAR outside the installation process, uploading them somewhere on your network and editing `package/scripts/download.ini` with the new URLs.

* At the moment, upgrading Presto from Ambari is not possible. Even though Ambari provides the capability to upgrade software, we didn't get a chance to implement the integration. If many users request this feature, we'll probably add it to the next release.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should provide the steps on how to upgrade. Which is to simply explain they need to uninstall and reinstall the new rpm. Then create a github issue on this repo for upgrade.


# Getting help

If you're having trouble with anything, please [file a new issue](https://github.com/prestodb/ambari-presto-service/issues) and we'll try our best to help you out.
Expand Down