GitBook: [#64] No subject

This commit is contained in:
Shilpa V 2022-01-04 13:47:41 +00:00 committed by Sriharsha Chintalapani
parent 4809776777
commit 2820735d74

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.