Skip to content

Commit

Permalink
Add jre runtime packages
Browse files Browse the repository at this point in the history
Signed-off-by: Mark McCormick <[email protected]>

epoch bump

Signed-off-by: Mark McCormick <[email protected]>

set jre17 for tests

Signed-off-by: Mark McCormick <[email protected]>

remove unrequied runtime deps for test

Signed-off-by: Mark McCormick <[email protected]>
  • Loading branch information
mamccorm committed Jun 5, 2024
1 parent f5a46dc commit 65da088
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 65da088

Please sign in to comment.