You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ya...@apache.org on 2021/12/29 09:34:10 UTC

[kylin] branch kylin3-hadoop3 updated (b804f3c -> 8c619a4)

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

yaqian pushed a change to branch kylin3-hadoop3
in repository https://gitbox.apache.org/repos/asf/kylin.git.


 discard b804f3c  [maven-release-plugin] prepare release kylin-3.1.3
 discard 3e49bb5  Modify shaded-guava version from release kylin3.1.3
     new 33117f0  KYLIN-5097 Fix bug
     new 97f5f8b  Modify shaded-guava version for release kylin-3.1.3
     new 8c619a4  [maven-release-plugin] prepare release kylin-3.1.3

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   (b804f3c)
            \
             N -- N -- N   refs/heads/kylin3-hadoop3 (8c619a4)

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 3 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:
 .../src/main/java/org/apache/kylin/source/hive/MRHiveDictUtil.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[kylin] 02/03: Modify shaded-guava version for release kylin-3.1.3

Posted by ya...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yaqian pushed a commit to branch kylin3-hadoop3
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 97f5f8bf15ba3c99186c30530eea23232320c758
Author: nichunen <ni...@apache.org>
AuthorDate: Wed Dec 29 16:49:00 2021 +0800

    Modify shaded-guava version for release kylin-3.1.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f250f5c..724bab8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
             <dependency>
                 <groupId>org.apache.kylin</groupId>
                 <artifactId>kylin-shaded-guava</artifactId>
-                <version>${project.version}</version>
+                <version>3.1.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.kylin</groupId>
@@ -1442,7 +1442,7 @@
     </build>
 
     <modules>
-        <module>external</module>
+        <!-- <module>external</module> -->
         <module>core-common</module>
         <module>core-metadata</module>
         <module>core-dictionary</module>

[kylin] 01/03: KYLIN-5097 Fix bug

Posted by ya...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yaqian pushed a commit to branch kylin3-hadoop3
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 33117f0e0e729af9981ee2d743f478b72146d963
Author: yaqian.zhang <59...@qq.com>
AuthorDate: Wed Dec 29 16:06:09 2021 +0800

    KYLIN-5097 Fix bug
---
 .../src/main/java/org/apache/kylin/source/hive/MRHiveDictUtil.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source-hive/src/main/java/org/apache/kylin/source/hive/MRHiveDictUtil.java b/source-hive/src/main/java/org/apache/kylin/source/hive/MRHiveDictUtil.java
index 62bf03d..236910d 100644
--- a/source-hive/src/main/java/org/apache/kylin/source/hive/MRHiveDictUtil.java
+++ b/source-hive/src/main/java/org/apache/kylin/source/hive/MRHiveDictUtil.java
@@ -123,7 +123,7 @@ public class MRHiveDictUtil {
 
     public static String generateDistinctValueTableStatement(IJoinedFlatTableDesc flatDesc) {
         KylinConfig config = flatDesc.getSegment().getConfig();
-        String table = config.getMrHiveDistinctValueTableSuffix();
+        String table = flatDesc.getTableName() + config.getMrHiveDistinctValueTableSuffix();
         String tableFormat = config.getMrHiveDictTableFormat();
 
         StringBuilder ddl = new StringBuilder();

[kylin] 03/03: [maven-release-plugin] prepare release kylin-3.1.3

Posted by ya...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yaqian pushed a commit to branch kylin3-hadoop3
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 8c619a45c30f22ff839d0aeff1a58df7bd3a8953
Author: nichunen <ni...@apache.org>
AuthorDate: Wed Dec 29 16:54:13 2021 +0800

    [maven-release-plugin] prepare release kylin-3.1.3
---
 assembly/pom.xml               |  2 +-
 cache/pom.xml                  |  2 +-
 core-common/pom.xml            |  2 +-
 core-cube/pom.xml              |  2 +-
 core-dictionary/pom.xml        |  2 +-
 core-job/pom.xml               |  2 +-
 core-metadata/pom.xml          |  2 +-
 core-metrics/pom.xml           |  2 +-
 core-storage/pom.xml           |  2 +-
 cube-migration/pom.xml         |  2 +-
 datasource-sdk/pom.xml         |  2 +-
 engine-flink/pom.xml           |  2 +-
 engine-mr/pom.xml              |  2 +-
 engine-spark/pom.xml           |  2 +-
 jdbc/pom.xml                   |  2 +-
 kylin-it/pom.xml               |  2 +-
 metrics-reporter-hive/pom.xml  |  2 +-
 metrics-reporter-kafka/pom.xml |  2 +-
 pom.xml                        | 16 ++++++++--------
 query/pom.xml                  |  2 +-
 server-base/pom.xml            |  2 +-
 server/pom.xml                 |  2 +-
 source-hive/pom.xml            |  2 +-
 source-jdbc/pom.xml            |  2 +-
 source-kafka/pom.xml           |  2 +-
 storage-hbase/pom.xml          |  2 +-
 storage-stream/pom.xml         |  2 +-
 stream-coordinator/pom.xml     |  2 +-
 stream-core/pom.xml            |  2 +-
 stream-receiver/pom.xml        |  2 +-
 stream-source-kafka/pom.xml    |  2 +-
 tomcat-ext/pom.xml             |  2 +-
 tool-assembly/pom.xml          |  2 +-
 tool/pom.xml                   |  2 +-
 34 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 201a3ee..b0ade26 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <properties>
diff --git a/cache/pom.xml b/cache/pom.xml
index c1e358b..acb4a55 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/core-common/pom.xml b/core-common/pom.xml
index c9750ca..7024a91 100644
--- a/core-common/pom.xml
+++ b/core-common/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/core-cube/pom.xml b/core-cube/pom.xml
index 2a2bff2..18aebc6 100644
--- a/core-cube/pom.xml
+++ b/core-cube/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml
index b279147..331e0ca 100644
--- a/core-dictionary/pom.xml
+++ b/core-dictionary/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/core-job/pom.xml b/core-job/pom.xml
index 127266e..28ff648 100644
--- a/core-job/pom.xml
+++ b/core-job/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml
index 335312b..1e4c2af 100644
--- a/core-metadata/pom.xml
+++ b/core-metadata/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
     <dependencies>
 
diff --git a/core-metrics/pom.xml b/core-metrics/pom.xml
index 7c0cb1f..37a9f07 100644
--- a/core-metrics/pom.xml
+++ b/core-metrics/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
     <dependencies>
         <dependency>
diff --git a/core-storage/pom.xml b/core-storage/pom.xml
index d0ba407..333ffbc 100644
--- a/core-storage/pom.xml
+++ b/core-storage/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
     <dependencies>
 
diff --git a/cube-migration/pom.xml b/cube-migration/pom.xml
index 6b26c14..0557149 100755
--- a/cube-migration/pom.xml
+++ b/cube-migration/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/datasource-sdk/pom.xml b/datasource-sdk/pom.xml
index 459a0c5..5c09193 100644
--- a/datasource-sdk/pom.xml
+++ b/datasource-sdk/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/engine-flink/pom.xml b/engine-flink/pom.xml
index a9d7f45..8aa0f7b 100644
--- a/engine-flink/pom.xml
+++ b/engine-flink/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml
index 5c0cd4b..87e2ff5 100644
--- a/engine-mr/pom.xml
+++ b/engine-mr/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml
index d46d844..3dd4a36 100644
--- a/engine-spark/pom.xml
+++ b/engine-spark/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 060668f..236f317 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <properties>
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index ee76ec8..f5474d5 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <properties>
diff --git a/metrics-reporter-hive/pom.xml b/metrics-reporter-hive/pom.xml
index cbade4d..ff67c8e 100644
--- a/metrics-reporter-hive/pom.xml
+++ b/metrics-reporter-hive/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/metrics-reporter-kafka/pom.xml b/metrics-reporter-kafka/pom.xml
index 2af07d7..605f8e5 100644
--- a/metrics-reporter-kafka/pom.xml
+++ b/metrics-reporter-kafka/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 724bab8..d68063d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.kylin</groupId>
   <artifactId>kylin</artifactId>
   <packaging>pom</packaging>
-  <version>3.1.3-SNAPSHOT</version>
+  <version>3.1.3</version>
 
   <name>Apache Kylin</name>
   <url>http://kylin.apache.org</url>
@@ -230,13 +230,13 @@
         </mailingList>
     </mailingLists>
 
-    <scm>
-        <connection>scm:git:git://github.com/apache/kylin.git</connection>
-        <developerConnection>scm:git:ssh://git@github.com/apache/kylin.git
-        </developerConnection>
-        <url>https://github.com/apache/kylin</url>
-        <tag>HEAD</tag>
-    </scm>
+  <scm>
+    <connection>scm:git:git://github.com/apache/kylin.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/apache/kylin.git
+    </developerConnection>
+    <url>https://github.com/apache/kylin</url>
+    <tag>kylin-3.1.3</tag>
+  </scm>
 
     <dependencyManagement>
         <dependencies>
diff --git a/query/pom.xml b/query/pom.xml
index 546db1e..11b61c6 100644
--- a/query/pom.xml
+++ b/query/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/server-base/pom.xml b/server-base/pom.xml
index 804ef6d..8cb1690 100644
--- a/server-base/pom.xml
+++ b/server-base/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/server/pom.xml b/server/pom.xml
index 3f73df3..e76d8f4 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/source-hive/pom.xml b/source-hive/pom.xml
index 81dee4f..cb83295 100644
--- a/source-hive/pom.xml
+++ b/source-hive/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/source-jdbc/pom.xml b/source-jdbc/pom.xml
index d0a1e5f..f8b7b36 100644
--- a/source-jdbc/pom.xml
+++ b/source-jdbc/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml
index fa31536..7085882 100644
--- a/source-kafka/pom.xml
+++ b/source-kafka/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/storage-hbase/pom.xml b/storage-hbase/pom.xml
index 55202c0..33aa220 100644
--- a/storage-hbase/pom.xml
+++ b/storage-hbase/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <properties>
diff --git a/storage-stream/pom.xml b/storage-stream/pom.xml
index 6aab6b9..8e914e1 100644
--- a/storage-stream/pom.xml
+++ b/storage-stream/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>kylin-storage-stream</artifactId>
diff --git a/stream-coordinator/pom.xml b/stream-coordinator/pom.xml
index c338411..40caafb 100644
--- a/stream-coordinator/pom.xml
+++ b/stream-coordinator/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>kylin-stream-coordinator</artifactId>
diff --git a/stream-core/pom.xml b/stream-core/pom.xml
index e1e2311..60d8f6a 100644
--- a/stream-core/pom.xml
+++ b/stream-core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>kylin-stream-core</artifactId>
diff --git a/stream-receiver/pom.xml b/stream-receiver/pom.xml
index d7ac28c..686d9dc 100644
--- a/stream-receiver/pom.xml
+++ b/stream-receiver/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>kylin-stream-receiver</artifactId>
diff --git a/stream-source-kafka/pom.xml b/stream-source-kafka/pom.xml
index 5196583..3c784aa 100644
--- a/stream-source-kafka/pom.xml
+++ b/stream-source-kafka/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>kylin-stream-source-kafka</artifactId>
diff --git a/tomcat-ext/pom.xml b/tomcat-ext/pom.xml
index 7763b8f..4b892c4 100644
--- a/tomcat-ext/pom.xml
+++ b/tomcat-ext/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <dependencies>
diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml
index 8e13976..4e37197 100644
--- a/tool-assembly/pom.xml
+++ b/tool-assembly/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <properties>
diff --git a/tool/pom.xml b/tool/pom.xml
index 8af7a6f..57a1290 100644
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>3.1.3-SNAPSHOT</version>
+        <version>3.1.3</version>
     </parent>
 
     <properties>