Skip to content

Commit

Permalink
Adding entrypoint file (#37225)
Browse files Browse the repository at this point in the history
<!---
Provide a short summary in the Title above. Examples of good PR titles:
* "ruby-3.1: new package"
* "haproxy: fix CVE-2014-123456"
-->
Adding entrypoint file for spark-2.13
<!--
  • Loading branch information
utieyin authored Dec 17, 2024
1 parent c6538c9 commit dcdc1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spark-3.5-scala-2.13.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
package:
name: spark-3.5-scala-2.13
version: 3.5.3
epoch: 1
epoch: 2
description: Unified engine for large-scale data analytics
copyright:
- license: Apache-2.0
dependencies:
runtime:
- bash
- busybox
- openjdk-17-default-jvm
- posix-libc-utils
- procps
- tini
Expand Down Expand Up @@ -63,6 +62,7 @@ pipeline:
mkdir -p ${{targets.contextdir}}/usr/lib/spark/
./dev/make-distribution.sh --name pyspark-2.13 --pip --tgz -Pscala-2.13 -Phive -Phive-thriftserver -Pyarn
mv dist/* ${{targets.contextdir}}/usr/lib/spark/
cp resource-managers/kubernetes/docker/src/main/dockerfiles/spark/entrypoint.sh ${{targets.contextdir}}/usr/lib/spark/
subpackages:
- name: pyspark-scala-2.13
Expand Down

0 comments on commit dcdc1df

Please sign in to comment.