You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/09/01 07:28:25 UTC

incubator-kylin git commit: test 10

Repository: incubator-kylin
Updated Branches:
  refs/heads/KYLIN-956-2 b94948934 -> e97f490c5


test 10


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

Branch: refs/heads/KYLIN-956-2
Commit: e97f490c5e894a008678eebaff4abde2299361c2
Parents: b949489
Author: honma <ho...@ebay.com>
Authored: Tue Sep 1 13:30:11 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue Sep 1 13:30:11 2015 +0800

----------------------------------------------------------------------
 conf/kylin.properties                                 | 2 +-
 examples/test_case_data/localmeta/kylin_hive_conf.xml | 2 ++
 examples/test_case_data/localmeta/kylin_job_conf.xml  | 4 ++--
 examples/test_case_data/sandbox/kylin_hive_conf.xml   | 4 +++-
 examples/test_case_data/sandbox/kylin_job_conf.xml    | 3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e97f490c/conf/kylin.properties
----------------------------------------------------------------------
diff --git a/conf/kylin.properties b/conf/kylin.properties
index 4f71495..aca5ede 100644
--- a/conf/kylin.properties
+++ b/conf/kylin.properties
@@ -45,7 +45,7 @@ kylin.job.hive.database.for.intermediatetable=default
 kylin.job.cubing.inMem=true
 
 #default compression codec for htable,snappy,lzo,gzip,lz4
-kylin.hbase.default.compression.codec=gzip
+kylin.hbase.default.compression.codec=snappy
 
 #the percentage of the sampling, default 25%
 kylin.job.cubing.inMem.sampling.percent=25

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e97f490c/examples/test_case_data/localmeta/kylin_hive_conf.xml
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/kylin_hive_conf.xml b/examples/test_case_data/localmeta/kylin_hive_conf.xml
index 821b6ee..3cb5242 100644
--- a/examples/test_case_data/localmeta/kylin_hive_conf.xml
+++ b/examples/test_case_data/localmeta/kylin_hive_conf.xml
@@ -24,6 +24,7 @@
         <description>enable map-side join</description>
     </property>
 
+    <!--
     <property>
         <name>mapreduce.map.output.compress.codec</name>
         <value>org.apache.hadoop.io.compress.SnappyCodec</value>
@@ -34,6 +35,7 @@
         <value>org.apache.hadoop.io.compress.SnappyCodec</value>
         <description></description>
     </property>
+    -->
     
     <property>
         <name>hive.merge.mapfiles</name>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e97f490c/examples/test_case_data/localmeta/kylin_job_conf.xml
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/kylin_job_conf.xml b/examples/test_case_data/localmeta/kylin_job_conf.xml
index 0f5bf30..10dfdb7 100644
--- a/examples/test_case_data/localmeta/kylin_job_conf.xml
+++ b/examples/test_case_data/localmeta/kylin_job_conf.xml
@@ -11,6 +11,7 @@
     </property>
 
 
+    <!--
     <property>
         <name>mapred.compress.map.output</name>
         <value>true</value>
@@ -42,8 +43,7 @@
         <value>BLOCK</value>
         <description>The compression type to use for job outputs</description>
     </property>
-
-
+    -->
 
     <property>
         <name>mapreduce.job.max.split.locations</name>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e97f490c/examples/test_case_data/sandbox/kylin_hive_conf.xml
----------------------------------------------------------------------
diff --git a/examples/test_case_data/sandbox/kylin_hive_conf.xml b/examples/test_case_data/sandbox/kylin_hive_conf.xml
index eab0399..faa00d9 100644
--- a/examples/test_case_data/sandbox/kylin_hive_conf.xml
+++ b/examples/test_case_data/sandbox/kylin_hive_conf.xml
@@ -24,6 +24,7 @@
         <description>enable map-side join</description>
     </property>
 
+    <!--
     <property>
         <name>mapreduce.map.output.compress.codec</name>
         <value>org.apache.hadoop.io.compress.SnappyCodec</value>
@@ -34,7 +35,8 @@
         <value>org.apache.hadoop.io.compress.SnappyCodec</value>
         <description></description>
     </property>
-   
+    -->
+
     <property>
         <name>hive.merge.mapfiles</name>
         <value>true</value>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e97f490c/examples/test_case_data/sandbox/kylin_job_conf.xml
----------------------------------------------------------------------
diff --git a/examples/test_case_data/sandbox/kylin_job_conf.xml b/examples/test_case_data/sandbox/kylin_job_conf.xml
index 2d1fe10..69def6e 100644
--- a/examples/test_case_data/sandbox/kylin_job_conf.xml
+++ b/examples/test_case_data/sandbox/kylin_job_conf.xml
@@ -11,6 +11,7 @@
     </property>
 
 
+    <!--
     <property>
         <name>mapred.compress.map.output</name>
         <value>true</value>
@@ -42,7 +43,7 @@
         <value>BLOCK</value>
         <description>The compression type to use for job outputs</description>
     </property>
-
+-->
 
     <property>
         <name>mapreduce.job.max.split.locations</name>