Skip to content

Commit

Permalink
build: Add spark-4.0 profile and shims
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyukitanimura committed May 11, 2024
1 parent b85c712 commit 8dc9dba
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,9 @@ jobs:
uses: actions/checkout@v4
with:
repository: "apache/spark"
- if: matrix.test-target == 'java'
name: Install Spark
shell: bash
run: |
pushd apache-spark
build/mvn install -Phive -Phadoop-cloud -DskipTests
popd
path: "apache-spark"
working-directory: ./apache-spark
run: build/mvn install -Phive -Phadoop-cloud -DskipTests
- if: matrix.test-target == 'java'
name: Java test steps
uses: ./.github/actions/java-test
Expand Down Expand Up @@ -240,13 +236,9 @@ jobs:
uses: actions/checkout@v4
with:
repository: "apache/spark"
- if: matrix.test-target == 'java'
name: Install Spark
shell: bash
run: |
pushd apache-spark
build/mvn install -Phive -Phadoop-cloud -DskipTests
popd
path: "apache-spark"
working-directory: ./apache-spark
run: build/mvn install -Phive -Phadoop-cloud -DskipTests
- if: matrix.test-target == 'java'
name: Java test steps
uses: ./.github/actions/java-test
Expand Down Expand Up @@ -287,13 +279,9 @@ jobs:
uses: actions/checkout@v4
with:
repository: "apache/spark"
- if: matrix.test-target == 'java'
name: Install Spark
shell: bash
run: |
pushd spark
build/mvn install -Phive -Phadoop-cloud -DskipTests
popd
path: "apache-spark"
working-directory: ./apache-spark
run: build/mvn install -Phive -Phadoop-cloud -DskipTests
- if: matrix.test-target == 'java'
name: Java test steps
uses: ./.github/actions/java-test
Expand Down

0 comments on commit 8dc9dba

Please sign in to comment.