Repository: kylin
Updated Branches:
  refs/heads/yang22-hbase102 b6a484084 -> 46966c4e8 (forced update)


minor, fix wrong prop name in kylin.properties


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

Branch: refs/heads/yang22-hbase102
Commit: a27d290736b7317c3a4248dba1c942960cd714a6
Parents: 0547a7c
Author: lidongsjtu <lid...@apache.org>
Authored: Thu Dec 29 22:53:45 2016 +0800
Committer: lidongsjtu <lid...@apache.org>
Committed: Thu Dec 29 22:55:02 2016 +0800

----------------------------------------------------------------------
 build/conf/kylin.properties                      | 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/a27d2907/build/conf/kylin.properties
----------------------------------------------------------------------
diff --git a/build/conf/kylin.properties b/build/conf/kylin.properties
index 131a725..5e7d235 100644
--- a/build/conf/kylin.properties
+++ b/build/conf/kylin.properties
@@ -30,7 +30,7 @@ kylin.env=QA
 ### SERVER | WEB ###
 
 # Kylin server mode, valid value [all, query, job]
-kyin.server.mode=all
+kylin.server.mode=all
 
 # List of web servers in use, this enables one web server instance to sync up 
with other servers.
 kylin.server.cluster-servers=localhost:7070

http://git-wip-us.apache.org/repos/asf/kylin/blob/a27d2907/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 20bc427..1724619 100644
--- a/examples/test_case_data/sandbox/kylin.properties
+++ b/examples/test_case_data/sandbox/kylin.properties
@@ -18,7 +18,7 @@
 ### SERVICE ###
 
 # Kylin server mode, valid value [all, query, job]
-kyin.server.mode=all
+kylin.server.mode=all
 
 # Optional information for the owner of kylin platform, it can be your team's 
email
 # Currently it will be attached to each kylin's htable attribute

Reply via email to