From ec9c45776a6a4163e51f8a9931c18341210bf277 Mon Sep 17 00:00:00 2001 From: Yiming Liu Date: Thu, 8 Sep 2016 11:06:34 +0800 Subject: [PATCH] KYLIN-1999, for UT/IT, enable compress --- examples/test_case_data/localmeta/kylin.properties | 3 +++ examples/test_case_data/localmeta/kylin_hive_conf.xml | 4 +--- examples/test_case_data/localmeta/kylin_job_conf.xml | 2 -- examples/test_case_data/sandbox/kylin.properties | 2 +- examples/test_case_data/sandbox/kylin_hive_conf.xml | 2 -- examples/test_case_data/sandbox/kylin_job_conf.xml | 2 -- examples/test_case_data/sandbox/kylin_job_conf_inmem.xml | 2 -- 7 files changed, 5 insertions(+), 12 deletions(-) diff --git a/examples/test_case_data/localmeta/kylin.properties b/examples/test_case_data/localmeta/kylin.properties index 50dd0b6..866a518 100644 --- a/examples/test_case_data/localmeta/kylin.properties +++ b/examples/test_case_data/localmeta/kylin.properties @@ -38,6 +38,9 @@ kylin.storage.url=hbase # Working folder in HDFS, make sure user has the right access to the hdfs directory kylin.hdfs.working.dir=/kylin +# Compression codec for htable, valid value [none, snappy, lzo, gzip, lz4] +kylin.hbase.default.compression.codec=snappy + ### JOB ### # max job retry on error, default 0: no retry diff --git a/examples/test_case_data/localmeta/kylin_hive_conf.xml b/examples/test_case_data/localmeta/kylin_hive_conf.xml index 61ef949..98e3121 100644 --- a/examples/test_case_data/localmeta/kylin_hive_conf.xml +++ b/examples/test_case_data/localmeta/kylin_hive_conf.xml @@ -40,7 +40,6 @@ enable map-side join - - + hive.merge.mapfiles true diff --git a/examples/test_case_data/localmeta/kylin_job_conf.xml b/examples/test_case_data/localmeta/kylin_job_conf.xml index 2f0628b..9d58241 100644 --- a/examples/test_case_data/localmeta/kylin_job_conf.xml +++ b/examples/test_case_data/localmeta/kylin_job_conf.xml @@ -27,7 +27,6 @@ - mapreduce.job.max.split.locations diff --git a/examples/test_case_data/sandbox/kylin.properties b/examples/test_case_data/sandbox/kylin.properties index 1d1d9ba..8f3075e 100644 --- a/examples/test_case_data/sandbox/kylin.properties +++ b/examples/test_case_data/sandbox/kylin.properties @@ -28,7 +28,7 @@ kylin.owner=whoami@kylin.apache.org kylin.rest.servers=localhost:7070 # Display timezone on UI,format like[GMT+N or GMT-N] -kylin.rest.timezone=GMT-8 +kylin.rest.timezone=GMT+8 ### SOURCE ### diff --git a/examples/test_case_data/sandbox/kylin_hive_conf.xml b/examples/test_case_data/sandbox/kylin_hive_conf.xml index e75f191..4ee5f6b 100644 --- a/examples/test_case_data/sandbox/kylin_hive_conf.xml +++ b/examples/test_case_data/sandbox/kylin_hive_conf.xml @@ -40,7 +40,6 @@ enable map-side join - hive.merge.size.per.task diff --git a/examples/test_case_data/sandbox/kylin_job_conf.xml b/examples/test_case_data/sandbox/kylin_job_conf.xml index bd947af..e8f6399 100644 --- a/examples/test_case_data/sandbox/kylin_job_conf.xml +++ b/examples/test_case_data/sandbox/kylin_job_conf.xml @@ -31,7 +31,6 @@ 2 - mapreduce.job.max.split.locations diff --git a/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml b/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml index 5f2cfba..8c77004 100644 --- a/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml +++ b/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml @@ -31,7 +31,6 @@ 2 - mapreduce.job.max.split.locations -- 2.7.4 (Apple Git-66)