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

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new ca83ace  edit options table
ca83ace is described below

commit ca83ace215170e87964b4f7dc5e3994b95052348
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu Sep 20 14:56:51 2018 -0700

    edit options table
---
 .../configuration-options/010-configuration-options-introduction.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
 
b/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
index 9673d21..ece82c5 100644
--- 
a/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
+++ 
b/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuration Options Introduction"
-date: 2018-08-20 23:16:44 UTC
+date: 2018-09-20 21:56:52 UTC
 parent: "Configuration Options"
 ---
 
@@ -87,8 +87,8 @@ The sys.options table lists options that you can set at the 
system or session le
 | planner.slice_target                                | 100000                 
                           | The number of records manipulated within a   
fragment before Drill parallelizes operations.                                  
                                                                                
                                                                                
                                                                                
                    [...]
 | planner.width.max_per_node                          | 70% of the total 
number of processors on a   node | Maximum number of threads that can run in   
parallel for a query on a node. A slice is an individual thread. This number   
indicates the maximum number of slices per query for the query’s major   
fragment on a node.                                                             
                                                                                
                             [...]
 | planner.width.max_per_query                         | 1000                   
                           | Same as max per node but applies to the   query as 
executed by the entire cluster. For example, this value might be the   number 
of active Drillbits, or a higher number to return results faster.               
                                                                                
                                                                                
                [...]
-| security.admin.user_groups                          | n/a                    
                           | Unsupported as of 1.4. A comma-separated   list of 
administrator groups for Web Console security.                                  
                                                                                
                                                                                
                                                                                
              [...]
-| security.admin.users                                |                        
                           | Unsupported as of 1.4. A comma-separated   list of 
user names who you want to give administrator privileges.                       
                                                                                
                                                                                
                                                                                
              [...]
+| security.admin.user_groups                          | n/a                    
                           | Supported as of 1.4. A comma-separated   list of 
administrator groups for Web Console security.                                  
                                                                                
                                                                                
                                                                                
                [...]
+| security.admin.users                                |                        
                           | Supported as of 1.4. A comma-separated   list of 
user names who you want to give administrator privileges.                       
                                                                                
                                                                                
                                                                                
                [...]
 | store.format                                        | parquet                
                           | Output format for data written to tables   with 
the CREATE TABLE AS (CTAS) command. Allowed values are parquet, json,   psv, 
csv, or tsv.                                                                    
                                                                                
                                                                                
                    [...]
 | store.hive.parquet.optimize_scan_with_native_reader | FALSE                  
                           | By default, Drill reads Hive tables using   the 
native Hive reader. When you enable this option, Drill reads Hive tables   
using Drill native readers, which enables faster reads and enforces direct   
memory usage. Starting in Drill 1.14, this option also enables Drill to apply   
filter push down optimizations. Previously, this was the   
store.hive.optimize_scan_with_native_readers  [...]
 | store.hive.conf.properties                          | ""                     
                           | Introduced   in Drill 1.14. Enables you to specify 
[Hive   
properties](https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties)
   at the session level using the SET command. See [Hive Storage Plugin]({{   
site.baseurl }}/docs/hive-storage-plugin/) for more information.                
                                                                                
  [...]

Reply via email to