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

shaofengshi pushed a change to branch 2.5.x-hadoop3.1
in repository https://gitbox.apache.org/repos/asf/kylin.git.


 discard 717ec80  KYLIN-3517 Upadate coprocessor on HBase2.0 is avaliable.
 discard b7c1e4e  KYLIN-3518 Fix Coprocessor NPE problem on hbase 2
 discard 48ae898  Update scripts for HDP 3.0
 discard 3b86e19  KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT
 discard c9c8785  KYLIN-2565, upgrade to Hadoop3.0
     add ded1813  KYLIN-3366 Configure automatic enabling of cubes after a 
build process
     add 3e63074  KYLIN-3258 No check for duplicate cube name when creating a 
hybrid cube
     add 3b3717f  KYLIN-3529 Show more error message
     add d90bb04  KYLIN-3534 Don't compress fact distinct output file
     add 5ce6588  KYLIN-3527 Hybrid allows 0,1 cube
     add f15ae54  KYLIN-3539 Hybrid segment overlap check
     new 2cf6240  KYLIN-2565, upgrade to Hadoop3.0
     new a220ff6  KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT
     new 7a3097c  Update scripts for HDP 3.0
     new 45b20ca  KYLIN-3518 Fix Coprocessor NPE problem on hbase 2
     new 7dbd628  KYLIN-3517 Upadate coprocessor on HBase2.0 is avaliable.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (717ec80)
            \
             N -- N -- N   refs/heads/2.5.x-hadoop3.1 (7dbd628)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5 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   |  4 ++
 .../kylin/common/util/AbstractApplication.java     |  2 +-
 .../java/org/apache/kylin/cube/CubeManager.java    |  9 +++-
 .../kylin/engine/spark/SparkFactDistinct.java      |  7 +++-
 .../org/apache/kylin/rest/job/HybridCubeCLI.java   | 48 +++++++++++++++-------
 .../org/apache/kylin/tool/HybridCubeCLITest.java   | 48 ++++++++++++++++++++++
 6 files changed, 99 insertions(+), 19 deletions(-)

Reply via email to