This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a change to branch 2.6.x in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 008ed65 KYLIN-3817: Duration in Cube building is a negative number new 9f3a8773 KYLIN-3882: kylin master build failed for pom issues new 6959150 KYLIN-3874 "Convert Cuboid Data to HFile" failed when HBase and MR use different HDFS clusters new 3be7ff0 KYLIN-3880: DataType is incompatible in Kylin HBase coprocessor new 196faa0 KYLIN-3888 TableNotDisabledException when running "Convert Lookup Table to HFile" new 66ccb71 KYLIN-3839 Strorage clean up after refreshing and deleting segment The 7650 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: .gitignore | 1 + .../org/apache/kylin/common/KylinConfigBase.java | 4 + .../src/main/resources/kylin-defaults.properties | 3 + .../java/org/apache/kylin/cube/CubeInstance.java | 12 ++- .../apache/kylin/metadata/datatype/DataType.java | 3 +- pom.xml | 4 +- .../org/apache/kylin/rest/service/CubeService.java | 40 ++++++++- .../hbase/lookup/LookupTableToHFileJob.java | 4 +- .../kylin/storage/hbase/steps/CubeHFileJob.java | 13 +++ .../kylin/storage/hbase/steps/HBaseJobSteps.java | 98 +++++++++++++--------- .../hbase/steps/HBaseSparkOutputTransition.java | 2 +- .../kylin/storage/hbase/util/StorageCleanUtil.java | 93 ++++++++++++++++++++ 12 files changed, 227 insertions(+), 50 deletions(-) create mode 100644 storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/StorageCleanUtil.java