You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2022/04/19 02:29:23 UTC

[kylin] 03/03: Upgrade alluxio client verion to 2.7.4

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

zhangzc pushed a commit to branch kylin-soft-affinity-local-cache
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit da15d85c8c9a2bcb8ee63e9ae1b1d51ea1347dbc
Author: Zhichao Zhang <zh...@apache.org>
AuthorDate: Sat Apr 16 10:40:30 2022 +0800

    Upgrade alluxio client verion to 2.7.4
---
 kylin-spark-project/kylin-soft-affinity-cache/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kylin-spark-project/kylin-soft-affinity-cache/pom.xml b/kylin-spark-project/kylin-soft-affinity-cache/pom.xml
index 87370db8d4..03df75b6e3 100644
--- a/kylin-spark-project/kylin-soft-affinity-cache/pom.xml
+++ b/kylin-spark-project/kylin-soft-affinity-cache/pom.xml
@@ -27,13 +27,13 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-spark-project</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <alluxio.version>2.6.1</alluxio.version>
+        <alluxio.version>2.7.4</alluxio.version>
     </properties>
 
     <dependencies>