From 2820735d74dcb7ec46d9e4a8fc019f9aec01ce5e Mon Sep 17 00:00:00 2001 From: Shilpa V Date: Tue, 4 Jan 2022 13:47:41 +0000 Subject: [PATCH] GitBook: [#64] No subject --- docs/openmetadata/connectors/presto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openmetadata/connectors/presto.md b/docs/openmetadata/connectors/presto.md index ac5bcb43243..3504a1fd71c 100644 --- a/docs/openmetadata/connectors/presto.md +++ b/docs/openmetadata/connectors/presto.md @@ -140,7 +140,7 @@ In this step we will configure the Presto service settings required for this con Edit the value for `source.config.host_port` in `presto.json` for your Presto deployment. Use the `host:port` format illustrated in the example below. ```javascript -"host_port": "hostname.domain.com:5439" +"host_port": "hostname.domain.com:8080" ``` Please ensure that your Presto deployment is reachable from the host you are using to run metadata ingestion.