Skip to content

HADOOP-19814: Update hadoop3 Docker image to use Hadoop 3.5.0.#8408

Draft
cnauroth wants to merge 1 commit intoapache:docker-hadoop-3from
cnauroth:HADOOP-19814-docker
Draft

HADOOP-19814: Update hadoop3 Docker image to use Hadoop 3.5.0.#8408
cnauroth wants to merge 1 commit intoapache:docker-hadoop-3from
cnauroth:HADOOP-19814-docker

Conversation

@cnauroth
Copy link
Copy Markdown
Contributor

@cnauroth cnauroth commented Apr 3, 2026

Description of PR

Update hadoop3 Docker image to use Hadoop 3.5.0.

How was this patch tested?

Do not commit. This is currently not working due to two problems:

  1. Downloads from dlcdn.apache.org are hanging for me right now. I haven't investigated, but I'll assume it's a temporary operational problem for now. For now, I'm working around it by patching locally to use downloads.apache.org instead.
  2. The base apache/hadoop-runner image has Java 1.8, so it fails to load the 3.5.0 release's Java 17 bytecode.

For code changes:

  • Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
  • Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
  • If applicable, have you updated the LICENSE, LICENSE-binary, NOTICE-binary files?

AI Tooling

If an AI tool was used:

@github-actions github-actions bot added the trunk label Apr 3, 2026
@cnauroth cnauroth requested review from ayushtkn and jojochuang April 3, 2026 20:40
@@ -14,7 +14,7 @@
# limitations under the License.

FROM apache/hadoop-runner
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @jojochuang and @ayushtkn . Do you know what we need to do to get an updated apache/hadoop-runner base image with an upgrade to Java 17 so that we can bundle Hadoop 3.5.0?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants