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 7dbd628 KYLIN-3517 Upadate coprocessor on HBase2.0 is avaliable.
discard 45b20ca KYLIN-3518 Fix Coprocessor NPE problem on hbase 2
discard 7a3097c Update scripts for HDP 3.0
discard a220ff6 KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT
discard 2cf6240 KYLIN-2565, upgrade to Hadoop3.0
add b8e0799 KYLIN-3553 Tomcat Security Vulnerability Alert. The version
of the tomcat for kylin should upgrade to 7.0.90.
add 7d2f59a KYLIN-3551 Check spark counter output path exists
add 39ff93a KYLIN-3547 Add DataTpyeOrder boolean
add 3e4cc84 KYLIN-3550 kylin.source.hive.flat-table-field-delimiter extra
\
add b232ba5 KYLIN-3554 Kylin move to next step on Spark job resumed
add beab5ce minor, update front end error message
add 0c43dc7 KYLIN-3557 PreparedStatement not closed in JDBCResourceDAO
add 63b435d KYLIN-3525 Reserve intermediate flat table data if
kylin.source.hive.keep-flat-table set to true
add 6c78ac8 KYLIN-3513 add plugin version to pom.xml KYLIN-3513 disable
javadoc check KYLIN-3513 use SHA-256 algorithm
add 556afd0 [maven-release-plugin] prepare release kylin-2.5.0
add 278cae0 [maven-release-plugin] prepare for next development iteration
add 56d927e KYLIN-3513 update current version to 2.5.1
new d1d2a5d KYLIN-2565, upgrade to Hadoop3.0
new e2e7d20 KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT
new dcb160e Update scripts for HDP 3.0
new 30e1454 KYLIN-3518 Fix Coprocessor NPE problem on hbase 2
new a4adb4b 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 (7dbd628)
\
N -- N -- N refs/heads/2.5.x-hadoop3.1 (a4adb4b)
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:
assembly/pom.xml | 2 +-
atopcalcite/pom.xml | 2 +-
core-common/pom.xml | 31 +----------------
.../java/org/apache/kylin/common/KylinVersion.java | 2 +-
.../kylin/common/persistence/JDBCResourceDAO.java | 12 +++++--
core-cube/pom.xml | 2 +-
core-dictionary/pom.xml | 2 +-
core-job/pom.xml | 2 +-
.../java/org/apache/kylin/job/JoinedFlatTable.java | 2 +-
core-metadata/pom.xml | 2 +-
.../apache/kylin/metadata/datatype/DataType.java | 4 +++
.../kylin/metadata/datatype/DataTypeOrder.java | 11 +++++-
core-metrics/pom.xml | 2 +-
core-storage/pom.xml | 2 +-
engine-mr/pom.xml | 2 +-
engine-spark/pom.xml | 2 +-
.../apache/kylin/engine/spark/SparkExecutable.java | 39 +++++++++++++---------
jdbc/pom.xml | 2 +-
kylin-it/pom.xml | 2 +-
metrics-reporter-hive/pom.xml | 2 +-
metrics-reporter-kafka/pom.xml | 2 +-
pom.xml | 19 ++++++++---
query/pom.xml | 2 +-
server-base/pom.xml | 2 +-
server/pom.xml | 2 +-
source-hive/pom.xml | 6 +---
.../kylin/source/hive/GarbageCollectionStep.java | 15 +++++----
source-kafka/pom.xml | 2 +-
storage-hbase/pom.xml | 2 +-
tomcat-ext/pom.xml | 2 +-
tool-assembly/pom.xml | 2 +-
tool/pom.xml | 2 +-
webapp/app/js/controllers/cube.js | 2 +-
33 files changed, 96 insertions(+), 91 deletions(-)