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

incubator-kylin git commit: KYLIN-971, set default value for [kylin.rest.timezone] in kylin.properties

Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging fd172821d -> dab3798c5


KYLIN-971, set default value for [kylin.rest.timezone] in kylin.properties


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

Branch: refs/heads/1.x-staging
Commit: dab3798c5161f967b5150411d7ef0bfe315e9f20
Parents: fd17282
Author: jiazhong <ji...@ebay.com>
Authored: Thu Sep 17 10:50:18 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Thu Sep 17 10:50:18 2015 +0800

----------------------------------------------------------------------
 conf/kylin.properties                            | 3 +++
 examples/test_case_data/sandbox/kylin.properties | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/dab3798c/conf/kylin.properties
----------------------------------------------------------------------
diff --git a/conf/kylin.properties b/conf/kylin.properties
index 84a1d46..2b8441a 100644
--- a/conf/kylin.properties
+++ b/conf/kylin.properties
@@ -20,6 +20,9 @@
 # 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
 

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/dab3798c/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 b3ec4d0..e4b20fe 100644
--- a/examples/test_case_data/sandbox/kylin.properties
+++ b/examples/test_case_data/sandbox/kylin.properties
@@ -20,6 +20,9 @@
 # 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