You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2021/02/02 07:22:43 UTC

[kylin] branch kylin-on-parquet-v2 updated (aa67482 -> 96796aa)

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

shaofengshi pushed a change to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from aa67482  [maven-release-plugin] prepare for next development iteration
     new 6a4dcc8  Fix maven-release-plugin.
     new 96796aa  [maven-release-plugin] prepare release kylin-4.0.0-beta

The 2 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:
 build-engine/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 +-
 datasource-sdk/pom.xml                              | 2 +-
 external/pom.xml                                    | 6 +++++-
 external/shaded-guava/pom.xml                       | 2 +-
 jdbc/pom.xml                                        | 2 +-
 kylin-spark-project/kylin-spark-classloader/pom.xml | 4 ++--
 kylin-spark-project/kylin-spark-common/pom.xml      | 4 ++--
 kylin-spark-project/kylin-spark-engine/pom.xml      | 2 +-
 kylin-spark-project/kylin-spark-metadata/pom.xml    | 2 +-
 kylin-spark-project/kylin-spark-query/pom.xml       | 2 +-
 kylin-spark-project/kylin-spark-test/pom.xml        | 2 +-
 kylin-spark-project/pom.xml                         | 2 +-
 metastore-hbase/pom.xml                             | 2 +-
 metrics-reporter-hive/pom.xml                       | 2 +-
 metrics-reporter-kafka/pom.xml                      | 2 +-
 parquet-assembly/pom.xml                            | 2 +-
 pom.xml                                             | 6 +++---
 query/pom.xml                                       | 2 +-
 server-base/pom.xml                                 | 6 +++---
 server/pom.xml                                      | 4 ++--
 source-hive/pom.xml                                 | 2 +-
 tool-assembly/pom.xml                               | 2 +-
 tool/pom.xml                                        | 2 +-
 31 files changed, 42 insertions(+), 38 deletions(-)


[kylin] 01/02: Fix maven-release-plugin.

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

shaofengshi pushed a commit to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 6a4dcc8246446d94c62d187fcd6f0abacf7cdee6
Author: XiaoxiangYu <xx...@apache.org>
AuthorDate: Tue Feb 2 14:45:33 2021 +0800

    Fix maven-release-plugin.
---
 external/pom.xml | 4 ++++
 pom.xml          | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/external/pom.xml b/external/pom.xml
index ac7a473..1da3dac 100644
--- a/external/pom.xml
+++ b/external/pom.xml
@@ -31,6 +31,10 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
+    <modules>
+        <module>shaded-guava</module>
+    </modules>
+
     <build>
         <plugins>
             <plugin>
diff --git a/pom.xml b/pom.xml
index 92ecebb..19da771 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@
       <dependency>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-shaded-guava</artifactId>
-        <version>3.1.0</version>
+        <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.kylin</groupId>


[kylin] 02/02: [maven-release-plugin] prepare release kylin-4.0.0-beta

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

shaofengshi pushed a commit to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 96796aa9fe15c0ae9ef828eb2b021ea2bd65f9cb
Author: nichunen <ni...@apache.org>
AuthorDate: Tue Feb 2 07:22:27 2021 +0000

    [maven-release-plugin] prepare release kylin-4.0.0-beta
---
 build-engine/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 +-
 datasource-sdk/pom.xml                              | 2 +-
 external/pom.xml                                    | 2 +-
 external/shaded-guava/pom.xml                       | 2 +-
 jdbc/pom.xml                                        | 2 +-
 kylin-spark-project/kylin-spark-classloader/pom.xml | 4 ++--
 kylin-spark-project/kylin-spark-common/pom.xml      | 4 ++--
 kylin-spark-project/kylin-spark-engine/pom.xml      | 2 +-
 kylin-spark-project/kylin-spark-metadata/pom.xml    | 2 +-
 kylin-spark-project/kylin-spark-query/pom.xml       | 2 +-
 kylin-spark-project/kylin-spark-test/pom.xml        | 2 +-
 kylin-spark-project/pom.xml                         | 2 +-
 metastore-hbase/pom.xml                             | 2 +-
 metrics-reporter-hive/pom.xml                       | 2 +-
 metrics-reporter-kafka/pom.xml                      | 2 +-
 parquet-assembly/pom.xml                            | 2 +-
 pom.xml                                             | 4 ++--
 query/pom.xml                                       | 2 +-
 server-base/pom.xml                                 | 6 +++---
 server/pom.xml                                      | 4 ++--
 source-hive/pom.xml                                 | 2 +-
 tool-assembly/pom.xml                               | 2 +-
 tool/pom.xml                                        | 2 +-
 31 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/build-engine/pom.xml b/build-engine/pom.xml
index a23ec18..b088244 100644
--- a/build-engine/pom.xml
+++ b/build-engine/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/cache/pom.xml b/cache/pom.xml
index 8d5c1b6..03c81f8 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/core-common/pom.xml b/core-common/pom.xml
index 093d5ce..4c1f7ff 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/core-cube/pom.xml b/core-cube/pom.xml
index c024c06..388bb37 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml
index 48841c1..b9d9036 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/core-job/pom.xml b/core-job/pom.xml
index 7a71ed3..575eee2 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml
index ddb975c..1b78df4 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
     <dependencies>
 
diff --git a/core-metrics/pom.xml b/core-metrics/pom.xml
index e74ea91..88e69c0 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
     <dependencies>
         <dependency>
diff --git a/core-storage/pom.xml b/core-storage/pom.xml
index 5ae52d8..23e83cb 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
     <dependencies>
 
diff --git a/datasource-sdk/pom.xml b/datasource-sdk/pom.xml
index 68fe878..f5ae88f 100644
--- a/datasource-sdk/pom.xml
+++ b/datasource-sdk/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/external/pom.xml b/external/pom.xml
index 1da3dac..5030413 100644
--- a/external/pom.xml
+++ b/external/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/external/shaded-guava/pom.xml b/external/shaded-guava/pom.xml
index 5976d6e..dfcb566 100644
--- a/external/shaded-guava/pom.xml
+++ b/external/shaded-guava/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 1478578..7284058 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <properties>
diff --git a/kylin-spark-project/kylin-spark-classloader/pom.xml b/kylin-spark-project/kylin-spark-classloader/pom.xml
index a3961d1..d436e95 100644
--- a/kylin-spark-project/kylin-spark-classloader/pom.xml
+++ b/kylin-spark-project/kylin-spark-classloader/pom.xml
@@ -23,12 +23,12 @@
     <name>Apache Kylin 4.X - Classloader</name>
     <packaging>jar</packaging>
     <artifactId>kylin-spark-classloader</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0-beta</version>
 
     <parent>
         <artifactId>kylin-spark-project</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kylin-spark-project/kylin-spark-common/pom.xml b/kylin-spark-project/kylin-spark-common/pom.xml
index 44be54b..19aa6f0 100644
--- a/kylin-spark-project/kylin-spark-common/pom.xml
+++ b/kylin-spark-project/kylin-spark-common/pom.xml
@@ -23,12 +23,12 @@
     <name>Apache Kylin 4.X - Common</name>
     <packaging>jar</packaging>
     <artifactId>kylin-spark-common</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0-beta</version>
 
     <parent>
         <artifactId>kylin-spark-project</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kylin-spark-project/kylin-spark-engine/pom.xml b/kylin-spark-project/kylin-spark-engine/pom.xml
index 9954afe..f3b5cde 100644
--- a/kylin-spark-project/kylin-spark-engine/pom.xml
+++ b/kylin-spark-project/kylin-spark-engine/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-spark-project</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kylin-spark-project/kylin-spark-metadata/pom.xml b/kylin-spark-project/kylin-spark-metadata/pom.xml
index 9cdd824..ace1f0a 100644
--- a/kylin-spark-project/kylin-spark-metadata/pom.xml
+++ b/kylin-spark-project/kylin-spark-metadata/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>kylin-spark-project</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kylin-spark-project/kylin-spark-query/pom.xml b/kylin-spark-project/kylin-spark-query/pom.xml
index 2e6f7e4..b80a174 100644
--- a/kylin-spark-project/kylin-spark-query/pom.xml
+++ b/kylin-spark-project/kylin-spark-query/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-spark-project</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kylin-spark-project/kylin-spark-test/pom.xml b/kylin-spark-project/kylin-spark-test/pom.xml
index 4221983..e8a1418 100644
--- a/kylin-spark-project/kylin-spark-test/pom.xml
+++ b/kylin-spark-project/kylin-spark-test/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-spark-project</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/kylin-spark-project/pom.xml b/kylin-spark-project/pom.xml
index 3b52556..8e3d5da 100644
--- a/kylin-spark-project/pom.xml
+++ b/kylin-spark-project/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/metastore-hbase/pom.xml b/metastore-hbase/pom.xml
index 0945cca..02fd872 100644
--- a/metastore-hbase/pom.xml
+++ b/metastore-hbase/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/metrics-reporter-hive/pom.xml b/metrics-reporter-hive/pom.xml
index ed9ea2e..d3062d5 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/metrics-reporter-kafka/pom.xml b/metrics-reporter-kafka/pom.xml
index 1c39f08..fb1312d 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/parquet-assembly/pom.xml b/parquet-assembly/pom.xml
index 6b34823..7fc59db 100644
--- a/parquet-assembly/pom.xml
+++ b/parquet-assembly/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 19da771..2e66de9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.kylin</groupId>
   <artifactId>kylin</artifactId>
   <packaging>pom</packaging>
-  <version>4.0.0-SNAPSHOT</version>
+  <version>4.0.0-beta</version>
 
   <name>Apache Kylin</name>
   <url>http://kylin.apache.org</url>
@@ -241,7 +241,7 @@
     <developerConnection>scm:git:ssh://git@github.com/apache/kylin.git
     </developerConnection>
     <url>https://github.com/apache/kylin</url>
-    <tag>HEAD</tag>
+    <tag>kylin-4.0.0-beta</tag>
   </scm>
 
   <dependencyManagement>
diff --git a/query/pom.xml b/query/pom.xml
index 1341abc..944a292 100644
--- a/query/pom.xml
+++ b/query/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/server-base/pom.xml b/server-base/pom.xml
index a5411c8..cb3a24f 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-build-engine</artifactId>
-            <version>4.0.0-SNAPSHOT</version>
+            <version>4.0.0-beta</version>
         </dependency>
 
         <!-- these plug-in modules, should not have API dependencies -->
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-metastore-hbase</artifactId>
-            <version>4.0.0-SNAPSHOT</version>
+            <version>4.0.0-beta</version>
         </dependency>
         <dependency>
             <groupId>org.apache.kylin</groupId>
diff --git a/server/pom.xml b/server/pom.xml
index 82114fb..2cf7be0 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
@@ -124,7 +124,7 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-metastore-hbase</artifactId>
-            <version>4.0.0-SNAPSHOT</version>
+            <version>4.0.0-beta</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/source-hive/pom.xml b/source-hive/pom.xml
index 8430796..0cb4a66 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <dependencies>
diff --git a/tool-assembly/pom.xml b/tool-assembly/pom.xml
index 09efbd7..7b35281 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>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <properties>
diff --git a/tool/pom.xml b/tool/pom.xml
index cfadc5c..a86d8ba 100644
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-beta</version>
     </parent>
 
     <properties>