Fix broken spark-3.5-base-hadoop3.2.dockerfile#503
Merged
abhisheknath2011 merged 2 commits intolinkedin:mainfrom Mar 19, 2026
Merged
Conversation
- Replace deprecated openjdk:11.0.11-jdk-slim-buster (Debian Buster EOL, apt repos return 404) with eclipse-temurin:11-jdk-jammy (Ubuntu Jammy LTS) - Add missing unzip package required for Livy assembly extraction - Add --no-install-recommends and apt cleanup to reduce image size - Fix Maven download URL from dlcdn.apache.org to archive.apache.org (dlcdn returns 404 for older Maven versions like 3.9.4) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Without --master spark://spark-master:7077, spark-shell defaults to local[*] which may cause Spark actions that scan HDFS to hang. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The
spark-3.5-base-hadoop3.2.dockerfilebuilder stage was broken and prevented theoh-hadoop-sparkDocker Compose recipe from building and making changes similar to #354 help fixing this.Testing Done
End-to-end spark-shell test: table creation, data insert, and orphan file deletion job runs successfully.