Repository: kylin Updated Branches: refs/heads/2.x-staging 098a8532f -> cf05409c7
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/cf05409c Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/cf05409c Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/cf05409c Branch: refs/heads/2.x-staging Commit: cf05409c75339356fe8af1661a6b6c6790a7192c Parents: 098a853 Author: lidongsjtu <lid...@apache.org> Authored: Tue Mar 1 19:13:24 2016 +0800 Committer: lidongsjtu <lid...@apache.org> Committed: Tue Mar 1 19:13:24 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/cf05409c/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/cf05409c/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 a304cab..0c68a7e 100644 --- a/examples/test_case_data/sandbox/kylin.properties +++ b/examples/test_case_data/sandbox/kylin.properties @@ -21,7 +21,7 @@ kylin.storage.url=hbase kylin.hdfs.working.dir=/kylin # Parameters for beeline client -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' kylin.job.mapreduce.default.reduce.input.mb=500