You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/09/06 09:58:58 UTC

[26/50] [abbrv] incubator-kylin git commit: hot fix: update comments on kylin.job.run.as.remote.cmd

hot fix: update comments on kylin.job.run.as.remote.cmd


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/ec41bf0f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/ec41bf0f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/ec41bf0f

Branch: refs/heads/0.7-staging
Commit: ec41bf0f9ee7e4895886b1cda21947a915b4b256
Parents: b8b5228
Author: honma <ho...@ebay.com>
Authored: Wed Aug 26 12:31:36 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Sun Sep 6 14:37:58 2015 +0800

----------------------------------------------------------------------
 conf/kylin.properties | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ec41bf0f/conf/kylin.properties
----------------------------------------------------------------------
diff --git a/conf/kylin.properties b/conf/kylin.properties
index de8196b..ad1f8fa 100644
--- a/conf/kylin.properties
+++ b/conf/kylin.properties
@@ -35,6 +35,8 @@ kylin.server.mode=all
 
 # 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
+# It should not be set to "true" unless you're NOT running Kylin.sh on a hadoop client machine 
+# (Thus kylin instance has to ssh to another real hadoop client machine to execute hbase,hive,hadoop commands)
 kylin.job.run.as.remote.cmd=false
 
 # Only necessary when kylin.job.run.as.remote.cmd=true