From 6bd321db019b5fe802cb00d76cc1892917c8acf5 Mon Sep 17 00:00:00 2001 From: John Zhao Date: Tue, 19 Jan 2016 15:44:53 -0800 Subject: [PATCH] fix typo --- website/_dev/dev_env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/_dev/dev_env.md b/website/_dev/dev_env.md index 5722ac4..8b739d4 100644 --- a/website/_dev/dev_env.md +++ b/website/_dev/dev_env.md @@ -61,7 +61,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** -- 2.5.4 (Apple Git-61)