Sitemap
ITNEXT

ITNEXT is a platform for IT developers & software engineers to share knowledge, connect, collaborate, learn and experience next-gen technologies.

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

--

--

ITNEXT
ITNEXT

Published in ITNEXT

ITNEXT is a platform for IT developers & software engineers to share knowledge, connect, collaborate, learn and experience next-gen technologies.

David (Dudu) Zbeda
David (Dudu) Zbeda

Written by David (Dudu) Zbeda

DevOps | Infrastructure Architect | System Integration | Professional Services | Leading Teams & Training Future Experts | Linkedin: linkedin.com/in/davidzbeda

No responses yet