Repository: kylin Updated Branches: refs/heads/2.0-rc dd9ce9866 -> e7515679a
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/e7515679 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e7515679 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/e7515679 Branch: refs/heads/2.0-rc Commit: e7515679abe5990de407ab2acde3319565b3e2d8 Parents: dd9ce98 Author: jian <[email protected]> Authored: Fri Jan 8 17:25:50 2016 +0800 Committer: jian <[email protected]> Committed: Fri Jan 8 17:26:12 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/e7515679/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 d349084..9451b78 100644 --- a/examples/test_case_data/sandbox/kylin.properties +++ b/examples/test_case_data/sandbox/kylin.properties @@ -24,6 +24,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-9 + # The metadata store in hbase kylin.metadata.url=kylin_metadata@hbase
