Repository: kylin Updated Branches: refs/heads/1.x-staging 3f97e8013 -> e5b632138
fix typo Signed-off-by: lidongsjtu <lid...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/e5b63213 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e5b63213 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/e5b63213 Branch: refs/heads/1.x-staging Commit: e5b632138231fb5043db529f11eaeeadd279012c Parents: 3f97e80 Author: John Zhao <yunjz...@ebay.com> Authored: Tue Jan 19 15:44:53 2016 -0800 Committer: lidongsjtu <lid...@apache.org> Committed: Wed Jan 20 09:25:30 2016 +0800 ---------------------------------------------------------------------- website/_dev/dev_env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/e5b63213/website/_dev/dev_env.md ---------------------------------------------------------------------- diff --git a/website/_dev/dev_env.md b/website/_dev/dev_env.md index 9eea9aa..4a9aa9e 100644 --- a/website/_dev/dev_env.md +++ b/website/_dev/dev_env.md @@ -62,7 +62,7 @@ Local configuration must be modified to point to your hadoop sandbox (or CLI) ma * In **examples/test_case_data/sandbox/kylin.properties** * Find `sandbox` and replace with your hadoop hosts (if you're using HDP sandbox, this can be skipped) - * Fine `kylin.job.run.as.remote.cmd` and change it to "true" (in code repository the default is false, which assume running it on hadoop CLI) + * Find `kylin.job.run.as.remote.cmd` and change it to "true" (in code repository the default is false, which assume running it on hadoop CLI) * Find `kylin.job.remote.cli.username` and `kylin.job.remote.cli.password`, fill in the user name and password used to login hadoop cluster for hadoop command execution; If you're using HDP sandbox, the default username is "root" and password is "hadoop". * In **examples/test_case_data/sandbox**