Skip to content

Using the Presto console UI

Your TechZone reservation will include the server name and port number to use when connecting to the Presto UI. The default port number is 8443 and the server will be referred to as region.services.cloud.techzone.ibm.com. Replace these values with those found in your reservation.

  • Presto console - https://region.services.cloud.techzone.ibm.com:port
  • Credentials: username: ibmlhadmin password: password

When you connect to the console, the system will request that you enter a userid and password.

Browser

The Presto console allows you to do the following:

  • Monitor state of the cluster
  • Queries being executed
  • Queries in queue
  • Data throughput
  • Query details (text and plan)

The Presto console is very valuable when it comes to diagnosing problems with any queries you run in the watsonx.data environment. If a query fails you can find more details in the Presto console using the instructions below.

Browser

On the main Presto screen, click the Finished Button (middle of the screen).

Browser

A list of finished queries will display below the tab bar. You can scroll through the list of queries and get details of the execution plans. If you scroll through the list, you should see the test query "select * from customer limit 5". If you had a query that failed, look for the SQL in this list and continue on with the next step.

Browser

Click on the query ID to see details of the execution plan that Presto produced.

Browser

You can get more information about the query by clicking on any of the tabs that are on this screen. For instance, the Live Plan tab will show a visual explain of the stages that the query went through during execution. Scrolling to the bottom of this screen will also display any error messages that may have been produced by the SQL.

Browser

Take time to check out the other information that is available for the query including the stage performance.