Instalar Presto 8.8 ~upd~ Instant

Enable and start:

./presto-cli.jar --server localhost:8080 --catalog tpch --schema sf1 Inside CLI: 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. Enable and start:

SHOW TABLES; SELECT * FROM nation LIMIT 5; Create /etc/systemd/system/presto.service : SELECT * FROM nation LIMIT 5