Repository: kylin Updated Branches: refs/heads/master 10c7f39fa -> ffbe1eebb
minor, revert remote mode to false in test Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ffbe1eeb Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ffbe1eeb Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/ffbe1eeb Branch: refs/heads/master Commit: ffbe1eebb5a85201eda00927f45509ac7b4421f5 Parents: 10c7f39 Author: lidongsjtu <lid...@apache.org> Authored: Wed May 25 21:38:01 2016 +0800 Committer: lidongsjtu <lid...@apache.org> Committed: Wed May 25 21:38:08 2016 +0800 ---------------------------------------------------------------------- examples/test_case_data/sandbox/kylin.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/ffbe1eeb/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 e716d88..423d7de 100644 --- a/examples/test_case_data/sandbox/kylin.properties +++ b/examples/test_case_data/sandbox/kylin.properties @@ -44,7 +44,7 @@ kylin.job.mapreduce.default.reduce.input.mb=500 # If true, job engine will not assume that hadoop CLI reside on the same server as it self # you will have to specify kylin.job.remote.cli.hostname, kylin.job.remote.cli.username and kylin.job.remote.cli.password -kylin.job.run.as.remote.cmd=true +kylin.job.run.as.remote.cmd=false # Only necessary when kylin.job.run.as.remote.cmd=true kylin.job.remote.cli.hostname=sandbox