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

jshao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f1e898  [LIVY-715][DOC] The configuration in the template is 
inconsistent with LivyConf.scala
8f1e898 is described below

commit 8f1e8986b2fa8a5d4047c900c224478bb1829489
Author: captainzmc <micahz...@tencent.com>
AuthorDate: Fri Nov 22 10:39:20 2019 +0800

    [LIVY-715][DOC] The configuration in the template is inconsistent with 
LivyConf.scala
    
    ## What changes were proposed in this pull request?
    
        When I test livy impersonation found that, in livy.conf.template the 
value of livy.impersonation.enabled is true. So I thought impersonation was 
enabled by default.
        However, impersonation was not turned on when we test. I found that the 
real configuration in LivyConf. scala is false.
        This can mislead users.
    
    ## How was this patch tested?
    
    no need
    
    Author: captainzmc <micahz...@tencent.com>
    
    Closes #261 from captainzmc/apache-livy-master.
---
 conf/livy.conf.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/livy.conf.template b/conf/livy.conf.template
index de7c248..1fe6047 100644
--- a/conf/livy.conf.template
+++ b/conf/livy.conf.template
@@ -62,7 +62,7 @@
 # livy.server.session.state-retain.sec = 600s
 
 # If livy should impersonate the requesting users when creating a new session.
-# livy.impersonation.enabled = true
+# livy.impersonation.enabled = false
 
 # Logs size livy can cache for each session/batch. 0 means don't cache the 
logs.
 # livy.cache-log.size = 200

Reply via email to