Skip to content

Commit 91ba78d

Browse files
committed
cleanup comment
1 parent f979808 commit 91ba78d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spark-k8s/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,11 @@ COPY --from=spark-builder /usr/bin/tini /usr/bin/tini
318318
RUN <<EOF
319319
microdnf update
320320

321+
# procps:
322+
# Required for spark startup scripts.
321323
# temurin-{version}-jdk:
322-
# This is needed by the Spark UI to display process information using jps and jmap
323-
# The spark-connect server also needs it to compile auto-generated classes on the fly.
324+
# Needed by the Spark UI to display process information using "jps" and "jmap".
325+
# Spark-Connect needs "javac" to compile auto-generated classes on the fly.
324326
microdnf install --nodocs \
325327
gzip \
326328
hostname \

0 commit comments

Comments
 (0)