GitBook: [#64] No subject

This commit is contained in:
Shilpa V 2022-01-04 13:47:41 +00:00 committed by gitbook-bot
parent f3e7161f09
commit a09a7141e6
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -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. 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 ```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. Please ensure that your Presto deployment is reachable from the host you are using to run metadata ingestion.