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 e7ab5df  KYLIN-4151 FileSplit ClassCastException in KafkaMRInput
     new 372f4dd  KYLIN-4325 fix TypeFlag for global dictionary field in 
SelfDefineSortableKey
     new 20353a3  KYLIN-4415 HTable Creation with Retry
     new 0327429  KYLIN-4416 Disable htable compaction
     new 981cc27  KYLIN-4414 add a property jobTempDir for AbstractHadoopJob to 
indicate the directory for all of the temporary files
     new 8d2a53f  KYLIN-4414 bulkload needs to follow locality
     new beb976a  KYLIN-4417 Use hash rather than random to avoid potential 
issue in ConvergeCuboidDataPartitioner
     new 7886a24  KYLIN-4418 Bug fix for ShardingHash.getShard in 
HBaseLookupRowEncoder

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/kylin/common/KylinConfigBase.java   |   8 ++
 .../kylin/engine/mr/common/AbstractHadoopJob.java  |  48 ++++----
 .../mr/steps/ConvergeCuboidDataPartitioner.java    |  17 ++-
 .../engine/mr/steps/FactDistinctColumnsMapper.java |   6 +-
 .../hbase/lookup/HBaseLookupRowEncoder.java        |   3 +-
 .../kylin/storage/hbase/steps/CreateHTableJob.java |   6 +-
 .../kylin/storage/hbase/steps/CubeHFileJob.java    |  15 ++-
 .../kylin/storage/hbase/steps/CubeHTableUtil.java  |  79 +++++++++++--
 .../storage/hbase/steps/HFileOutputFormat3.java    | 126 ++++++++++++++++++++-
 9 files changed, 251 insertions(+), 57 deletions(-)

Reply via email to