Repository: kylin
Updated Branches:
  refs/heads/2.x-staging 4eb0d293a -> f55fe0d90


KYLIN-971 add default timezone config 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/f55fe0d9
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/f55fe0d9
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/f55fe0d9

Branch: refs/heads/2.x-staging
Commit: f55fe0d9027f0ea029eb24fa2b431f074a1660a3
Parents: 4eb0d29
Author: jian <[email protected]>
Authored: Fri Jan 8 17:25:02 2016 +0800
Committer: jian <[email protected]>
Committed: Fri Jan 8 17:25:02 2016 +0800

----------------------------------------------------------------------
 examples/test_case_data/sandbox/kylin.properties | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/f55fe0d9/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 96669af..bf161fc 100644
--- a/examples/test_case_data/sandbox/kylin.properties
+++ b/examples/test_case_data/sandbox/kylin.properties
@@ -7,6 +7,9 @@ [email protected]
 # List of web servers in use, this enables one web server instance to sync up 
with other servers.
 kylin.rest.servers=localhost:7070
 
+#set display timezone on UI,format like[GMT+N or GMT-N]
+kylin.rest.timezone=GMT-8
+
 # The metadata store in hbase
 kylin.metadata.url=kylin_metadata@hbase
 

Reply via email to