We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f979808 commit 91ba78dCopy full SHA for 91ba78d
spark-k8s/Dockerfile
@@ -318,9 +318,11 @@ COPY --from=spark-builder /usr/bin/tini /usr/bin/tini
318
RUN <<EOF
319
microdnf update
320
321
+# procps:
322
+# Required for spark startup scripts.
323
# temurin-{version}-jdk:
-# This is needed by the Spark UI to display process information using jps and jmap
-# 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.
326
microdnf install --nodocs \
327
gzip \
328
hostname \
0 commit comments