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 f411935 KYLIN-2565 Add cdh60 profile discard aba864f KYLIN-3517 Upadate coprocessor on HBase2.0 is avaliable. discard 6ae921d KYLIN-3518 Fix Coprocessor NPE problem on hbase 2 discard 4c1fa31 Update scripts for HDP 3.0 discard 2eecd49 KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT discard 581a529 KYLIN-2565, upgrade to Hadoop3.0 add bfb9055 KYLIN-3649 segment region count and size are not correct when using mysql as Kylin metadata storage add 3a441f2 KYLIN-3556, replace String.intern to avoid unexpected locking collisions add cf6d58b KYLIN-3582 String compare should use equals method add a6de1b7 KYLIN-3567 Change scala dependency scope to provided add 3f0f56a KYLIN-3272 Add spark unregistered class to Kryo add c55e904 KYLIN-3599 Bulk Add Measures add c324ca6 KYLIN-3611 upgrade to apache tomcat 7.0.91 add 493dc25 KYLIN-3520 Deal with NULL values of measures for inmem cubing add 995e0fd KYLIN-3611 upgrade to apache tomcat 7.0.91, update version in pom add 0411360 KYLIN-3644 Fix SparkFactDistinct step NumberFormatException add aa3efa3 KYLIN-3649 fix ci add 4dc4410 [maven-release-plugin] prepare release kylin-2.5.1 add 2b35b0f [maven-release-plugin] prepare for next development iteration new 73591c6 KYLIN-2565, upgrade to Hadoop3.0 new d8767be KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT new 0641354 Update scripts for HDP 3.0 new 2972a74 KYLIN-3518 Fix Coprocessor NPE problem on hbase 2 new ca2868b KYLIN-3517 Upadate coprocessor on HBase2.0 is avaliable. new a51fd95 KYLIN-2565 Add cdh60 profile 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 (f411935) \ N -- N -- N refs/heads/2.5.x-hadoop3.1 (a51fd95) 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 6 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 | 2 +- .../kylin/common/persistence/JDBCResourceDAO.java | 14 +- core-cube/pom.xml | 2 +- .../inmemcubing/InputConverterUnitForRawData.java | 76 +------- .../apache/kylin/cube/util/KeyValueBuilder.java | 106 +++++++++++ core-dictionary/pom.xml | 2 +- core-job/pom.xml | 2 +- core-metadata/pom.xml | 2 +- core-metrics/pom.xml | 2 +- .../apache/kylin/metrics/lib/impl/RecordEvent.java | 3 +- core-storage/pom.xml | 2 +- engine-mr/pom.xml | 2 +- .../kylin/engine/mr/common/BaseCuboidBuilder.java | 93 ++------- engine-spark/pom.xml | 5 +- .../kylin/engine/spark/KylinKryoRegistrator.java | 3 + .../kylin/engine/spark/SparkFactDistinct.java | 5 +- jdbc/pom.xml | 2 +- kylin-it/pom.xml | 2 +- metrics-reporter-hive/pom.xml | 2 +- metrics-reporter-kafka/pom.xml | 2 +- pom.xml | 4 +- query/pom.xml | 2 +- server-base/pom.xml | 2 +- .../apache/kylin/rest/job/StorageCleanupJob.java | 2 +- .../org/apache/kylin/rest/service/CubeService.java | 14 +- server/pom.xml | 2 +- source-hive/pom.xml | 2 +- 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/cubeMeasures.js | 209 +++++++++++++++++---- webapp/app/partials/cubeDesigner/measures.html | 51 +++++ 36 files changed, 410 insertions(+), 221 deletions(-) create mode 100644 core-cube/src/main/java/org/apache/kylin/cube/util/KeyValueBuilder.java