ambari-presto-service icon indicating copy to clipboard operation
ambari-presto-service copied to clipboard

Add native upgrade capability to this Ambari - Presto integration

Open petroav opened this issue 9 years ago • 3 comments
trafficstars

At the moment you cannot upgrade Presto to a newer version using the Ambari UI. The upgrade has to be done manually by uninstalling Presto and then re-installing it. This issue tracks the work needed to get native upgrade functionality working. If you think this feature is going to be useful to you and your organization, let us know.

petroav avatar Feb 22 '16 19:02 petroav

Hello,

Any documentation about upgrading it manually ? thanks you

ebuildy avatar Mar 24 '17 18:03 ebuildy

@ebuildy no official documentation. I've never done this myself but theoretically this should work. You should log into every node in your cluster that has the Presto RPM installed and run rpm -Uvh <path-to-new-rpm>. However if the new Presto version introduces new configuration options that this repo doesn't know about you could run into trouble. Needless to say, you should experiment with this procedure before doing it on a production cluster or in any other environment that matters. Hope this helps!

petroav avatar Mar 24 '17 19:03 petroav

I have downloaded latest release, untar it and replace former one, changed plugin.dir value , upgraded Java , restarted it, and ... it works ;-)

Yeah!

ebuildy avatar Mar 25 '17 18:03 ebuildy