We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3942e commit 3bab531Copy full SHA for 3bab531
docs/src/user-docs/guides-using-presto.md
@@ -201,10 +201,12 @@ SELECT foo.bar FROM default LIMIT 1;
201
```
202
203
### Querying from the UI
204
+
205
The CLP UI is available at [http://localhost:4000](http://localhost:4000) (if you changed
206
`webui.host` or `webui.port` in `etc/clp-config.yml`, use the new values).
207
208
### Querying from the Presto CLI
209
210
To access the Presto CLI, navigate to the `tools/deployment/presto-clp` directory and enter the
211
following command to start the CLI:
212
0 commit comments