Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
v1.4.0
-
None
Description
In an early version of Kylin streaming, the HBaseMROutput2.java will use HBase Scan API to do the merge. Later Yang refactored that into HBaseMROutput2Transition.java, while keep using the cuboids files on HDFS to do the merge. But the StreamingBatchBuilder didn't generate the cuboids, which causes the merge failed to run.
Solution: as a workaround, the StreamingBatchBuilder should leave cuboids files when building micro segments.