Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions presto-docs/src/main/sphinx/admin/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </connector/>`.

.. contents::
:local:
:backlinks: none
Expand Down
7 changes: 5 additions & 2 deletions presto-docs/src/main/sphinx/installation/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down