Skip to content

Commit

Permalink
Merge pull request #21423 from mamccorm/spark-jre-runtime-deps
Browse files Browse the repository at this point in the history
Add jre runtime packages
  • Loading branch information
mamccorm authored Jun 6, 2024
2 parents e3b6a55 + 65da088 commit e885ffb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions spark-3.5.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: spark-3.5
version: 3.5.1
epoch: 4
epoch: 5
description: Unified engine for large-scale data analytics
copyright:
- license: Apache-2.0
Expand All @@ -11,6 +11,8 @@ package:
runtime:
- bash
- busybox
- openjdk-17
- openjdk-17-default-jvm
- procps

environment:
Expand Down Expand Up @@ -117,13 +119,9 @@ update:

test:
environment:
contents:
packages:
- openjdk-8
- openjdk-8-default-jvm
environment:
LANG: en_US.UTF-8
JAVA_HOME: /usr/lib/jvm/java-1.8-openjdk
JAVA_HOME: /usr/lib/jvm/java-17-openjdk
pipeline:
- runs: |
/usr/lib/spark/bin/spark-submit --version
Expand Down

0 comments on commit e885ffb

Please sign in to comment.