Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4B35B200BF8 for ; Fri, 30 Dec 2016 01:45:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4A1DD160B45; Fri, 30 Dec 2016 00:45:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 93A1F160B2D for ; Fri, 30 Dec 2016 01:45:42 +0100 (CET) Received: (qmail 64556 invoked by uid 500); 30 Dec 2016 00:45:41 -0000 Mailing-List: contact commits-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list commits@kylin.apache.org Received: (qmail 64546 invoked by uid 99); 30 Dec 2016 00:45:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2016 00:45:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B1813DFBA8; Fri, 30 Dec 2016 00:45:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: billyliu@apache.org To: commits@kylin.apache.org Date: Fri, 30 Dec 2016 00:45:41 -0000 Message-Id: <9c767adfc1f3402ab06aa9a42ed5efd7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] kylin git commit: minor, fix wrong prop name in kylin.properties [Forced Update!] archived-at: Fri, 30 Dec 2016 00:45:43 -0000 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 Authored: Thu Dec 29 22:53:45 2016 +0800 Committer: lidongsjtu 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