KYLIN-3125 bug fix

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

Branch: refs/heads/sync
Commit: 6d9765e3145d3748070a7c0d616dd574bce90b96
Parents: b22ee0d
Author: Li Yang <liy...@apache.org>
Authored: Thu Jan 11 13:21:14 2018 +0800
Committer: Li Yang <liy...@apache.org>
Committed: Fri Jan 26 18:50:52 2018 +0800

----------------------------------------------------------------------
 core-common/src/main/resources/kylin-defaults.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/6d9765e3/core-common/src/main/resources/kylin-defaults.properties
----------------------------------------------------------------------
diff --git a/core-common/src/main/resources/kylin-defaults.properties 
b/core-common/src/main/resources/kylin-defaults.properties
index bbb5f55..a79728a 100644
--- a/core-common/src/main/resources/kylin-defaults.properties
+++ b/core-common/src/main/resources/kylin-defaults.properties
@@ -83,7 +83,7 @@ kylin.server.external-acl-provider=
 kylin.source.hive.client=cli
 
 # Absolute path to beeline shell, can be set to spark beeline instead of the 
default hive beeline on PATH
-#kylin.source.hive.beeline-shell=beeline
+kylin.source.hive.beeline-shell=beeline
 
 # Parameters for beeline client, only necessary if hive client is beeline
 #kylin.source.hive.beeline-params=-n root --hiveconf 
hive.security.authorization.sqlstd.confwhitelist.append='mapreduce.job.*|dfs.*' 
-u jdbc:hive2://localhost:10000

Reply via email to