This is an automated email from the ASF dual-hosted git repository. xxyu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 2c70819 KYLIN-4578 TableNotFoundException is thrown when kylin.storage.hbase.table-name-prefix is set to lowercase add 43c3ef8 KYLIN-4616 Auto detect the default value of config kylin.source.hive.databasedir add f9ef8c6 KYLIN-4342 Fix incorrect database add be93dec KYLIN-4619 Make shrunken dict able to coexist with mr-hive global dict No new revisions were added by this update. Summary of changes: build/bin/find-hive-dependency.sh | 2 ++ build/bin/kylin.sh | 1 + .../org/apache/kylin/common/KylinConfigBase.java | 24 +++++++++----- .../java/org/apache/kylin/cube/CubeSegment.java | 2 +- .../java/org/apache/kylin/cube/model/CubeDesc.java | 38 +++++++++++----------- .../apache/kylin/engine/mr/JobBuilderSupport.java | 6 ++-- .../engine/mr/common/DictionaryGetterUtil.java | 2 +- .../mr/steps/BuildGlobalHiveDictPartBuildJob.java | 2 +- .../steps/ExtractDictionaryFromGlobalMapper.java | 2 +- .../apache/kylin/source/hive/HiveInputBase.java | 6 ++-- .../apache/kylin/source/hive/MRHiveDictUtil.java | 4 +-- 11 files changed, 49 insertions(+), 40 deletions(-)