This is an automated email from the ASF dual-hosted git repository.
nic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 6e4e456 KYLIN-4309 Fixed bug that failed to send to one mailbox will
caused other mailboxes have no chance to send
add 4c83805 build uhc dictionary using spark
No new revisions were added by this update.
Summary of changes:
.../org/apache/kylin/common/KylinConfigBase.java | 4 +
.../org/apache/kylin/common/util/HadoopUtil.java | 24 ++
.../kylin/job/constant/ExecutableConstants.java | 1 +
.../apache/kylin/engine/mr/JobBuilderSupport.java | 13 +
.../kylin/engine/spark/KylinKryoRegistrator.java | 1 +
.../engine/spark/SparkBatchCubingJobBuilder2.java | 27 +-
.../kylin/engine/spark/SparkUHCDictionary.java | 321 +++++++++++++++++++++
7 files changed, 388 insertions(+), 3 deletions(-)
create mode 100644
engine-spark/src/main/java/org/apache/kylin/engine/spark/SparkUHCDictionary.java