Installation of Presto DB & Client Connection with Presto
Installation of Presto DB & Client Connection with Presto
As we Already discussed about Presto DB that it is a distributed analytical query engine to run sql kind of query on data warehouse. So lets see the installation of Presto DB.
Single node Presto DB Installation:
Here we will install Presto DB on single node Linux machine
https://prestodb.io/docs/current/installation/deployment.html
Multi node Presto DB Installation:
Here we will install Presto DB on Three node Linux machine or the same can be install on existing Hadoop Cluster to run query on hive data.
https://prestodb.io/docs/current/installation/deployment.html
Client Connection with Presto:
Presto DB client can be downloaded from Presto DB site:
https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/0.161/presto-cli-0.161-executable.jar
Comments
Post a Comment