You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/03/30 05:32:50 UTC

kylin git commit: Minor changes in kylin.properties and pom.xml

Repository: kylin
Updated Branches:
  refs/heads/master 9bd421fe9 -> 28d90ec07


Minor changes in kylin.properties and pom.xml

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

Branch: refs/heads/master
Commit: 28d90ec07d727f2953c5a19f2d612323786b4970
Parents: 9bd421f
Author: shaofengshi <sh...@apache.org>
Authored: Wed Mar 30 11:32:36 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Mar 30 11:32:44 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/28d90ec0/build/conf/kylin.properties
----------------------------------------------------------------------
diff --git a/build/conf/kylin.properties b/build/conf/kylin.properties
index 5fb4e36..5827fd8 100644
--- a/build/conf/kylin.properties
+++ b/build/conf/kylin.properties
@@ -70,9 +70,6 @@ kylin.job.yarn.app.rest.check.interval.seconds=10
 # Hive database name for putting the intermediate flat tables
 kylin.job.hive.database.for.intermediatetable=default
 
-# Whether calculate cube in mem in each mapper;
-kylin.job.cubing.inMem=true
-
 #default compression codec for htable,snappy,lzo,gzip,lz4
 kylin.hbase.default.compression.codec=snappy
 
@@ -168,5 +165,4 @@ deploy.env=QA
 
 ###########################deprecated configs#######################
 kylin.sandbox=true
-
- kylin.web.hive.limit=20
\ No newline at end of file
+kylin.web.hive.limit=20
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/28d90ec0/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 2fa647d..cf1f881 100644
--- a/examples/test_case_data/sandbox/kylin.properties
+++ b/examples/test_case_data/sandbox/kylin.properties
@@ -15,6 +15,8 @@
 # limitations under the License.
 #
 
+# kylin server's mode
+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
 kylin.owner=whoami@kylin.apache.org

http://git-wip-us.apache.org/repos/asf/kylin/blob/28d90ec0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 593bbff..ac87fd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
         <zookeeper.version>3.4.6</zookeeper.version>
         <hive.version>0.14.0</hive.version>
         <hive-hcatalog.version>0.14.0</hive-hcatalog.version>
-        <hbase-hadoop2.version>0.98.4-hadoop2</hbase-hadoop2.version>
+        <hbase-hadoop2.version>0.98.8-hadoop2</hbase-hadoop2.version>
         <kafka.version>0.8.1</kafka.version>
 
         <!-- Dependency versions -->