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/0fce61c8 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/0fce61c8 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/0fce61c8 Branch: refs/heads/master Commit: 0fce61c805f1822de6a2cc540bd96dfe46f23eb9 Parents: 48bccac 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 22:54:58 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/0fce61c8/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