You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/03/27 03:32:28 UTC

[25/50] [abbrv] kylin git commit: KYLIN-1054 Update beeline params in testcases

KYLIN-1054 Update beeline params in testcases


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/a5111fb2
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/a5111fb2
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/a5111fb2

Branch: refs/heads/1.3.x
Commit: a5111fb2768aa6b421d075b044ece8fc6721ae08
Parents: 068bbba
Author: lidongsjtu <li...@apache.org>
Authored: Tue Mar 1 19:09:50 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Tue Mar 1 19:10:54 2016 +0800

----------------------------------------------------------------------
 examples/test_case_data/sandbox/hive-site.xml    | 2 +-
 examples/test_case_data/sandbox/kylin.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/a5111fb2/examples/test_case_data/sandbox/hive-site.xml
----------------------------------------------------------------------
diff --git a/examples/test_case_data/sandbox/hive-site.xml b/examples/test_case_data/sandbox/hive-site.xml
index f4c7738..1e78107 100644
--- a/examples/test_case_data/sandbox/hive-site.xml
+++ b/examples/test_case_data/sandbox/hive-site.xml
@@ -533,7 +533,7 @@
 
     <property>
         <name>hive.server2.enable.doAs</name>
-        <value>false</value>
+        <value>true</value>
     </property>
 
     <property>

http://git-wip-us.apache.org/repos/asf/kylin/blob/a5111fb2/examples/test_case_data/sandbox/kylin.properties
----------------------------------------------------------------------
diff --git a/examples/test_case_data/sandbox/kylin.properties b/examples/test_case_data/sandbox/kylin.properties
index be1e272..13b9fcc 100644
--- a/examples/test_case_data/sandbox/kylin.properties
+++ b/examples/test_case_data/sandbox/kylin.properties
@@ -60,7 +60,7 @@ kylin.job.yarn.app.rest.check.interval.seconds=10
 kylin.job.hive.database.for.intermediatetable=default
 
 # Hive client modes: cli or beeline, cli by default
-kylin.hive.beeline.params=--hiveconf hive.security.authorization.sqlstd.confwhitelist.append='mapreduce.job.*|dfs.*' -u 'jdbc:hive2://localhost:10000'
+kylin.hive.beeline.params=-n root --hiveconf hive.security.authorization.sqlstd.confwhitelist.append='mapreduce.job.*|dfs.*' -u 'jdbc:hive2://localhost:10000'
 
 #default compression codec for htable,snappy,lzo,gzip,lz4
 kylin.hbase.default.compression.codec=gzip