This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a1d8ed5  Add a note about namespaces for system options in Drill's 
config files.
a1d8ed5 is described below

commit a1d8ed5d340f0a3dd2cd2aa6231072d58a26181d
Author: James Turton <[email protected]>
AuthorDate: Tue Sep 14 14:38:12 2021 +0200

    Add a note about namespaces for system options in Drill's config files.
---
 .../configuration-options/010-configuration-options-introduction.md     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/_docs/en/configure-drill/configuration-options/010-configuration-options-introduction.md
 
b/_docs/en/configure-drill/configuration-options/010-configuration-options-introduction.md
index 6d8de64..3c05e51 100644
--- 
a/_docs/en/configure-drill/configuration-options/010-configuration-options-introduction.md
+++ 
b/_docs/en/configure-drill/configuration-options/010-configuration-options-introduction.md
@@ -15,6 +15,8 @@ The sys.options table contains information about system and 
session options. The
 ## System Options
 The sys.options table lists options that you can set at the system or session 
level, as described in the section, ["Planning and Execution 
Options"]({{site.baseurl}}/docs/planning-and-execution-options). 
 
+{% include startnote.html %}In addition to via `ALTER SYSTEM` and `ALTER 
SESSION`, system options can be set in Drill's configuration files.  In the 
latter case, some options must be specified under the namespace 
`drill.exec.options`.  Refer to 
`exec/java-exec/src/main/resources/drill-module.conf` in the Drill source for 
more information.{% include endnote.html %}
+
 | Name                                                | Default                
                           | Description                                        
                                                                                
                                                                                
                                                                                
                                                                                
              [...]
 
|-----------------------------------------------------|---------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 [...]
 | drill.exec.allow_loopback_address_binding           | FALSE                  
                           | Introduced in Drill 1.14. Allows the   Drillbit to 
bind to a loopback address in distributed mode. Enable for   testing purposes 
only.                                                                           
                                                                                
                                                                                
                [...]

Reply via email to