Skip to content

Commit

Permalink
Fix names of packages in install/remove commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Palucha authored and kokosing committed Mar 26, 2020
1 parent 873a025 commit f1e6348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presto-server-rpm/README.md
Expand Up @@ -8,13 +8,13 @@ The RPM builds by default in Maven, and can be found under the directory `presto

To install Presto using an RPM, run:

rpm -i presto-server-<version>-x86_64.rpm
rpm -i presto-server-rpm-<version>-x86_64.rpm

This will install Presto in single node mode, where both coordinator and workers are co-located on localhost. This will deploy the necessary default configurations along with a service script to control the Presto server process.

Uninstalling the RPM is like uninstalling any other RPM, just run:

rpm -e presto
rpm -e presto-server-rpm-<version>

Note: During uninstall, any Presto related files deployed will be deleted except for the Presto logs directory `/var/log/presto`.

Expand Down

0 comments on commit f1e6348

Please sign in to comment.