Como Instalar Presto 8.8 Tutorial File
Create etc/log.properties:
io.prestosql=INFO
Presto requires Java 11 or 17.
# Ubuntu/Debian
sudo apt update
sudo apt install openjdk-11-jdk -y
In this tutorial, we have guided you through the process of installing Presto 0.208 (based on Presto 8.8) on a Linux system. You should now have a working Presto installation and be able to execute SQL queries. como instalar presto 8.8 tutorial
cd ~
wget https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/0.288/presto-cli-0.288-executable.jar
mv presto-cli-0.288-executable.jar presto
chmod +x presto
tar -xvf presto-server-8.8.tar.gz
cd presto-server-8.8
bin/launcher
# Create a dedicated user (optional but safe)
sudo useradd presto
sudo mkdir -p /opt/presto
cd /opt/presto










