The installation process of Presto is simple and does not have dependencies on any other tool. The Java installation is a prerequisite required by Presto as it uses Java virtual machine (JVM) for task execution. Let's look into the installation process step by step:
- Download the latest tarball of Presto from the Maven repository or the official website and un-tar it to a specific location of your choice on all nodes: https://repo1.maven.org/maven2/com/facebook/presto/presto-server/.
- Presto requires a directory to store logs and other application data. The log directory should be created outside the installation directory, as it may help in preserving this data while upgrading Presto in the future: ...