Instalar Presto 8.8 -

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

Enable and start:

[Unit] Description=Presto DB After=network.target [Service] Type=forking User=presto Group=presto WorkingDirectory=/opt/presto/current ExecStart=/opt/presto/current/bin/launcher start ExecStop=/opt/presto/current/bin/launcher stop Restart=on-failure LimitNOFILE=65536 instalar presto 8.8

bin/launcher status View logs:

If Java 11 is not installed:

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