You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Centos 7 server with a custom jdk version 1.8_131 I ran
presto-admin server upgrade presto-server-rpm-0.179.rpm
The command failed during pre_install check because the default java7 was detected, instead of the custom jdk8 specified in java8_home. Checking the _rpm_upgrade function in package.py reveals that the variable is not sourced.
Upgrading presto server will fail with custom JDK location due to java's version check.
The text was updated successfully, but these errors were encountered: