Getting Started with various Tools

24 / 43

Presto

Purpose: Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes.

Home Page: https://prestodb.io/

Documentation: https://prestodb.io/docs/current/

How to get started:

  1. In the web console tab on the right side of the screen, connect to Hive

    /opt/presto-cli --server localhost:4140 --catalog hive --schema default
    
  2. Connect to MongoDB

    /opt/presto-cli --server localhost:4140 --catalog mongodb --schema default
    

No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...