You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ya...@apache.org on 2021/07/18 17:17:31 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #824] [GA] Remove spark-bundled binary distributions in GA release

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

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new b86327b  [KYUUBI #824] [GA] Remove spark-bundled binary distributions in GA release
b86327b is described below

commit b86327b93d34d5d678af7d8412b0cc1ba8d06286
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Mon Jul 19 01:16:28 2021 +0800

    [KYUUBI #824] [GA] Remove spark-bundled binary distributions in GA release
    
    <!--
    Thanks for sending a pull request!
    
    Here are some tips for you:
      1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
      2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
      3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
    -->
    
    ### _Why are the changes needed?_
    <!--
    Please clarify why the changes are needed. For instance,
      1. If you add a feature, you can talk about the use case of it.
      2. If you fix a bug, you can clarify why it is a bug.
    -->
    close #798
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request
    
    Closes #824 from pan3793/release.
    
    Closes #824
    
    5339d76c [Cheng Pan] remove spark bin tgz from license-binary
    bfa484e6 [Cheng Pan] [GA] Remove spark-bundled binary distributions in GA release
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Kent Yao <ya...@apache.org>
---
 .github/workflows/release.yml | 8 --------
 LICENSE-binary                | 1 -
 2 files changed, 9 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a8dbe54..d977448 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -34,14 +34,6 @@ jobs:
         uses: actions/setup-java@v1
         with:
           java-version: '1.8'
-      - name: Make Distribution -Pspark-3.0 -Pspark-hadoop-2.7
-        run: ./build/dist --tgz -Pspark-3.0 -Pspark-hadoop-2.7
-      - name: Make Distribution -Pspark-3.0 -Pspark-hadoop-3.2
-        run: ./build/dist --tgz -Pspark-3.0 -Pspark-hadoop-3.2
-      - name: Make Distribution -Pspark-3.1 -Pspark-hadoop-2.7
-        run: ./build/dist --tgz -Pspark-3.1 -Pspark-hadoop-2.7 -Pkyuubi-extension-spark_3.1
-      - name: Make Distribution -Pspark-3.1 -Pspark-hadoop-3.2
-        run: ./build/dist --tgz -Pspark-3.1 -Pspark-hadoop-3.2 -Pkyuubi-extension-spark_3.1
       - name: Make Distribution --spark-provided
         run: ./build/dist --tgz --spark-provided -Pkyuubi-extension-spark_3.1
       - name: Create Release
diff --git a/LICENSE-binary b/LICENSE-binary
index 5c64e01..51d057d 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -239,7 +239,6 @@ io.prometheus:simpleclient_common
 io.prometheus:simpleclient_dropwizard
 io.prometheus:simpleclient_servlet
 org.apache.zookeeper:zookeeper
-spark-*-bin-*.tgz
 
 BSD 3-Clause
 ------------