You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2023/02/15 11:32:32 UTC

[spark] branch master updated: [SPARK-42447][INFRA] Remove Hadoop 2 GitHub Action job

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

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 347aac181db [SPARK-42447][INFRA] Remove Hadoop 2 GitHub Action job
347aac181db is described below

commit 347aac181dbe6ba5b93a9b13c14296480a4cae23
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Wed Feb 15 20:32:20 2023 +0900

    [SPARK-42447][INFRA] Remove Hadoop 2 GitHub Action job
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove `Hadoop 2` GitHub Action job for Apache Spark 3.5+
    
    ### Why are the changes needed?
    
    We are removing Hadoop 2 support and the job has been broken for three weeks already.
    - https://github.com/apache/spark/actions/workflows/build_hadoop2.yml
    
    ![Screenshot 2023-02-15 at 12 41 42 AM](https://user-images.githubusercontent.com/9700541/218976613-5dcdf21f-5660-4b5b-b1bc-1697915da663.png)
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    Closes #40034 from dongjoon-hyun/SPARK-42447.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 .github/workflows/build_hadoop2.yml | 44 -------------------------------------
 1 file changed, 44 deletions(-)

diff --git a/.github/workflows/build_hadoop2.yml b/.github/workflows/build_hadoop2.yml
deleted file mode 100644
index 9716d568be8..00000000000
--- a/.github/workflows/build_hadoop2.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
-name: "Build (master, Scala 2.12, Hadoop 2, JDK 8)"
-
-on:
-  schedule:
-    - cron: '0 13 * * *'
-
-jobs:
-  run-build:
-    permissions:
-      packages: write
-    name: Run
-    uses: ./.github/workflows/build_and_test.yml
-    if: github.repository == 'apache/spark'
-    with:
-      java: 8
-      branch: master
-      hadoop: hadoop2
-      # TODO(SPARK-39684): Reenable "docker-integration-tests": "true"
-      jobs: >-
-        {
-          "build": "true",
-          "pyspark": "true",
-          "sparkr": "true",
-          "tpcds-1g": "true"
-        }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org