Skip to content

Instantly share code, notes, and snippets.

@agrawalreetika
Created March 3, 2020 09:35
Show Gist options
  • Save agrawalreetika/147e90a39286aa033706359f900e1f97 to your computer and use it in GitHub Desktop.
Save agrawalreetika/147e90a39286aa033706359f900e1f97 to your computer and use it in GitHub Desktop.
Install Presto-cli on Presto coordinator
#Install presto-cli
cd /usr/lib/
sudo wget https://repo1.maven.org/maven2/io/prestosql/presto-cli/325/presto-cli-325-executable.jar
sudo mv presto-cli-325-executable.jar /usr/bin/presto
sudo chmod 0755 /usr/bin/presto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment