Skip to content

Fix Hadoop Build #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 13, 2025
Merged

Fix Hadoop Build #61

merged 4 commits into from
Jun 13, 2025

Conversation

ddelong
Copy link

@ddelong ddelong commented Jun 12, 2025

Problem

Due to a change in our tooling, our Hadoop build has started failing.

Solution

This new configuration makes the Hadoop build work correctly again. I'll wait for a passing build before continuing. You can see from the history that it worked using Jared's buildpack update.

@ddelong ddelong self-assigned this Jun 12, 2025
@@ -12,6 +12,7 @@ env:
# Hadoop build needs -Pdist to generate sources, but that fails on javadoc generation. When we have time to figure out why javadoc generation
# is failing, that would probably be best. For now I've manually added the source plugin to the executions here which seems to work.
MAVEN_PHASE: "org.apache.maven.plugins:maven-source-plugin:2.3:jar-no-fork org.apache.maven.plugins:maven-source-plugin:2.3:test-jar-no-fork package deploy"
GE_ENABLED: false

Choose a reason for hiding this comment

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

what exactly does this do?

Copy link
Author

Choose a reason for hiding this comment

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

Great question. GE stands for Gradle Enterprise. We upgraded this (I believe it's called Develocity now?), but a recent update to it to 2.x broke the Hadoop build.

@ddelong ddelong merged commit 6f10ed5 into hubspot-3.3.6 Jun 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants