Instalar Presto 8.8 [updated] Info

If Java 11 is not installed:

[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

# 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. If Java 11 is not installed: [Unit] Description=Presto