This is an automated email from the ASF dual-hosted git repository. nic pushed a change to branch 2.6.x-hadoop3.1 in repository https://gitbox.apache.org/repos/asf/kylin.git.
discard 1f65d97 [maven-release-plugin] prepare release kylin-2.6.6 discard ec17aec Upgrade tomcat vertion to 8.5.51 discard a9644d4 CDH60 "bin/find-hbase-dependency.sh" can not find hbase dependency as expected discard 73abb41 [maven-release-plugin] prepare release kylin-2.6.5 discard 5790ebc Backport HBASE-22887 to Kylin HFileOutputFormat3 discard ff3d9a0 Remove useless import discard 064c9f8 [maven-release-plugin] prepare release kylin-2.6.4 discard 97d0834 remove htable toUpperCase, for HBase tableName is case sensitive discard f97e2e0 [maven-release-plugin] prepare release kylin-2.6.3 discard 4a7943d fix beeline meta data parser on partition information discard d14c446 KYLIN-2565 Fix use of HBaseAdmin discard 857fc5e KYLIN-3537 discard 75c2987 KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT add a61fec6 KYLIN-4298 KYLIN-4299 add f7fbcc3 Fix for KYLIN-4206 add ed1f42a KYLIN-4383 Fix reflection error add e21f4c5 Fix UT new e96ed6f KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT new 40b3999 KYLIN-3537 new e489af5 KYLIN-2565 Fix use of HBaseAdmin new 7e64394 fix beeline meta data parser on partition information new a4d3652 [maven-release-plugin] prepare release kylin-2.6.3 new 98184ab remove htable toUpperCase, for HBase tableName is case sensitive new 6a9135a [maven-release-plugin] prepare release kylin-2.6.4 new eb6abea Remove useless import new e2815a6 Backport HBASE-22887 to Kylin HFileOutputFormat3 new 69b0eab [maven-release-plugin] prepare release kylin-2.6.5 new 2f50f73 CDH60 "bin/find-hbase-dependency.sh" can not find hbase dependency as expected new 59cb7a5 Upgrade tomcat vertion to 8.5.51 new e90f19b [maven-release-plugin] prepare release kylin-2.6.6 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 (1f65d97) \ N -- N -- N refs/heads/2.6.x-hadoop3.1 (e90f19b) 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 13 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 ++ .../src/main/resources/kylin-defaults.properties | 4 +- .../datasource/framework/conv/SqlConverter.java | 2 +- metrics-reporter-hive/pom.xml | 5 +- .../kylin/metrics/lib/impl/hive/HiveProducer.java | 39 +++++++------- .../apache/kylin/source/hive/CLIHiveClient.java | 37 ++++++------- .../source/hive/HiveMetaStoreClientFactory.java | 62 ++++++++++++++++++++++ 7 files changed, 112 insertions(+), 41 deletions(-) create mode 100644 source-hive/src/main/java/org/apache/kylin/source/hive/HiveMetaStoreClientFactory.java