Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit b43020d

Browse files
committed
Move pyspark-k8s-with-kafka-and-iceberg image to demos folder (#160)
1 parent 173b0d7 commit b43020d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demos/data-warehouse-iceberg-trino-spark/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# docker build . -t docker.stackable.tech/demos/pyspark-k8s-with-kafka-and-iceberg:3.3.0-stackable0.2.0
2+
13
FROM docker.stackable.tech/stackable/pyspark-k8s:3.3.0-stackable0.2.0
24

35
RUN curl -L -O http://search.maven.org/remotecontent?filepath=org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar

demos/data-warehouse-iceberg-trino-spark/create-spark-ingestion-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ data:
4141
name: spark-ingest-into-warehouse
4242
spec:
4343
version: "1.0"
44-
sparkImage: docker.stackable.tech/sbernauer/pyspark-k8s-with-iceberg:latest3 # docker.stackable.tech/stackable/pyspark-k8s:3.3.0-stackable0.2.0
44+
sparkImage: docker.stackable.tech/demos/pyspark-k8s-with-kafka-and-iceberg:3.3.0-stackable0.2.0 # docker.stackable.tech/stackable/pyspark-k8s:3.3.0-stackable0.2.0
4545
mode: cluster
4646
mainApplicationFile: local:///stackable/spark/jobs/spark-ingest-into-warehouse.py
4747
# deps:

0 commit comments

Comments
 (0)