You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2022/03/15 04:54:53 UTC

[kylin] branch kylin4_on_cloud updated: Update the size of kylin and spark package

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

xxyu pushed a commit to branch kylin4_on_cloud
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/kylin4_on_cloud by this push:
     new 6a66e74  Update the size of kylin and spark package
6a66e74 is described below

commit 6a66e74136e3894ab629db76268c7708076c90d8
Author: yaqian.zhang <59...@qq.com>
AuthorDate: Fri Mar 11 18:06:02 2022 +0800

    Update the size of kylin and spark package
---
 utils.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils.py b/utils.py
index 1f8b0cb..568e82d 100644
--- a/utils.py
+++ b/utils.py
@@ -43,7 +43,7 @@ class Utils:
     FILES_SIZE_IN_BYTES = {
         'jdk-8u301-linux-x64.tar.gz': 145520298,
         'apache-kylin-4.0.0-bin-spark3.tar.gz': 198037626,
-        'apache-kylin-4.0.2-bin-spark3.tar.gz': 198051064,
+        'apache-kylin-4.0.2-bin-spark3.tar.gz': 198061387,
         'apache-hive-2.3.9-bin.tar.gz': 286170958,
         'hadoop-3.2.0.tar.gz': 345625475,
         'node_exporter-1.3.1.linux-amd64.tar.gz': 9033415,
@@ -54,7 +54,7 @@ class Utils:
         'mysql-connector-java-5.1.40.jar': 990924,
         'mysql-connector-java-8.0.24.jar': 2428323,
         'mdx-kylin-4.0.2-beta.tar.gz': 81935515,
-        'spark-3.1.1-bin-hadoop3.2-aws.tgz': 531069078,
+        'spark-3.1.1-bin-hadoop3.2-aws.tgz': 229859671,
     }
 
     @staticmethod