Instalar Presto 8.8 -

connector.name=tpch sudo mkdir -p /var/presto/data sudo mkdir -p /var/log/presto sudo chown -R $(whoami):$(whoami) /var/presto /var/log/presto /opt/presto 5. Start Presto Server cd /opt/presto/current bin/launcher start Check status:

./presto-cli.jar --server localhost:8080 --catalog tpch --schema sf1 Inside CLI: instalar presto 8.8

$ bin/launcher status Running as [PID] $ curl http://localhost:8080/v1/info "nodeVersion":"version":"0.288","environment":"production","coordinator":true,"starting":false connector

[Install] WantedBy=multi-user.target

cd /opt/presto/current sudo mkdir etc ( etc/node.properties ) node.environment=production node.id=presto-coordinator-01 node.data-dir=/var/presto/data 3.2 JVM Config ( etc/jvm.config ) -server -Xmx4G -XX:+UseG1GC -XX:G1HeapRegionSize=32M -XX:+UseGCOverheadLimit -XX:+ExplicitGCInvokesConcurrent -XX:+HeapDumpOnOutOfMemoryError -XX:OnOutOfMemoryError=kill -9 %p 3.3 Config Properties ( etc/config.properties ) For coordinator (single node setup): instalar presto 8.8

# Extract tarball sudo tar -xzf presto-server-0.288.tar.gz sudo mv presto-server-0.288 /opt/presto/presto-server-8.8 sudo ln -s /opt/presto/presto-server-8.8 /opt/presto/current Create the etc directory and essential configuration files.

Seen it all?

We’ve got more!