diff --git a/presto-docs/src/main/sphinx/admin/properties.rst b/presto-docs/src/main/sphinx/admin/properties.rst index 748472194e590..6f89f86a48f60 100644 --- a/presto-docs/src/main/sphinx/admin/properties.rst +++ b/presto-docs/src/main/sphinx/admin/properties.rst @@ -5,6 +5,11 @@ Properties Reference This section describes the most important config properties that may be used to tune Presto or alter its behavior when required. +The following pages are not a complete list of all configuration and +session properties available in Presto, and do not include any connector-specific +catalog configuration properties. For more information on catalog configuration +properties, refer to the :doc:`connector documentation `. + .. contents:: :local: :backlinks: none diff --git a/presto-docs/src/main/sphinx/installation/deployment.rst b/presto-docs/src/main/sphinx/installation/deployment.rst index ed6833abeb5df..d1fb6795b7f1a 100644 --- a/presto-docs/src/main/sphinx/installation/deployment.rst +++ b/presto-docs/src/main/sphinx/installation/deployment.rst @@ -26,8 +26,11 @@ This will hold the following configuration: * Node Properties: environmental configuration specific to each node * JVM Config: command line options for the Java Virtual Machine -* Config Properties: configuration for the Presto server -* Catalog Properties: configuration for :doc:`/connector` (data sources) +* Config Properties: configuration for the Presto server. See the + :doc:`/admin/properties` for available configuration properties. +* Catalog Properties: configuration for :doc:`/connector` (data sources). + The available catalog configuration properties for a connector are described + in the respective connector documentation. .. _presto_node_properties: