minor, 1) adjust slf4j version, 2) adjust dfs.block.size be precise times of 64KB
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/fb98f643 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/fb98f643 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/fb98f643 Branch: refs/heads/1.5.x-HBase1.1.3 Commit: fb98f6435dc7aa341ffa1d16844b9ffc670b1d90 Parents: d4e09b6 Author: Li Yang <liy...@apache.org> Authored: Tue Apr 5 18:38:09 2016 +0800 Committer: Li Yang <liy...@apache.org> Committed: Tue Apr 5 18:38:18 2016 +0800 ---------------------------------------------------------------------- build/conf/kylin_hive_conf.xml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/fb98f643/build/conf/kylin_hive_conf.xml ---------------------------------------------------------------------- diff --git a/build/conf/kylin_hive_conf.xml b/build/conf/kylin_hive_conf.xml index a11d768..9f1cac4 100644 --- a/build/conf/kylin_hive_conf.xml +++ b/build/conf/kylin_hive_conf.xml @@ -23,8 +23,8 @@ <property> <name>dfs.block.size</name> - <value>32000000</value> - <description>Want more mappers for in-mem cubing, thus smaller the DFS block size</description> + <value>33554432</value> + <description>32MB, want more mappers for in-mem cubing, thus smaller the DFS block size</description> </property> <property> http://git-wip-us.apache.org/repos/asf/kylin/blob/fb98f643/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 27bb1cb..2574b73 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ <!-- Utility --> <log4j.version>1.2.17</log4j.version> - <slf4j.version>1.6.4</slf4j.version> + <slf4j.version>1.7.7</slf4j.version> <jackson.version>2.2.3</jackson.version> <guava.version>12.0</guava.version> <reflections.version>0.9.9-RC1</reflections.version>