You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2020/05/22 10:41:19 UTC

[kylin] branch master updated (9164cc5 -> 51cb30e)

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from 9164cc5  KYLIN-4394 Update kylin dependency
     add 51cb30e  KYLIN-3849 Flink cubing step : convert to HFile

No new revisions were added by this update.

Summary of changes:
 storage-hbase/pom.xml                              |  10 +
 .../kylin/storage/hbase/steps/CreateHTableJob.java |   2 +-
 .../kylin/storage/hbase/steps/FlinkCubeHFile.java  | 301 +++++++++++++++++++++
 .../hbase/steps/HBaseFlinkOutputTransition.java    |   4 +-
 .../{HBaseSparkSteps.java => HBaseFlinkSteps.java} |  58 ++--
 5 files changed, 350 insertions(+), 25 deletions(-)
 create mode 100644 storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/FlinkCubeHFile.java
 copy storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/{HBaseSparkSteps.java => HBaseFlinkSteps.java} (59%)