Skip to content

Commit a500bf5

Browse files
ci(docker): set legacy IPC format to fix e2e tests (#1201)
Signed-off-by: Sajid Alam <[email protected]> Co-authored-by: Deepyaman Datta <[email protected]>
1 parent 2a1a134 commit a500bf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kedro-docker/kedro_docker/template/Dockerfile.spark

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ FROM $BASE_IMAGE as runtime-environment
55
RUN apt-get update && mkdir -p /usr/share/man/man1 && \
66
apt-get install -y procps default-jre-headless && rm -rf /var/lib/apt/lists/*
77

8+
# set Spark configuration to handle Arrow properly
9+
ENV ARROW_PRE_0_15_IPC_FORMAT=1
10+
811
# update pip and install uv
912
RUN python -m pip install -U "pip>=21.2"
1013
RUN pip install uv

0 commit comments

Comments
 (0)