fx19880617 commented on a change in pull request #5021: Added execution command for prestoUI in the readme URL: https://github.com/apache/incubator-pinot/pull/5021#discussion_r371616076
########## File path: kubernetes/helm/README.md ########## @@ -432,6 +432,12 @@ You can run below command to deploy a customized Presto with Pinot plugin. kubectl apply -f presto-coordinator.yaml ``` +### Presto UI +Please use below script to do local port-forwarding and open Presto UI on your web browser. +```bash +./presto.sh Review comment: maybe rename the script to `launch-presto-ui.sh` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
