-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-5638] Fix metaserver test setup #7785
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
Conversation
| BUILD_PROFILES: '-Dscala-2.11 -Dspark2.4 -Dflink1.16' | ||
| PLUGIN_OPTS: '-Dcheckstyle.skip=true -Drat.skip=true -Djacoco.skip=true -ntp -B -V -Pwarn-log -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.shade=warn -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.dependency=warn' | ||
| MVN_OPTS_INSTALL: '-DskipTests $(BUILD_PROFILES) $(PLUGIN_OPTS)' | ||
| MVN_OPTS_INSTALL: '-Phudi-platform-service -DskipTests $(BUILD_PROFILES) $(PLUGIN_OPTS)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we include this module by default? We already have enough profiles and let's not add a new one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Synced offline. This is due to the limitation of Thrift code generation. We have to live with it now.
| BUILD_PROFILES: '-Dscala-2.11 -Dspark2.4 -Dflink1.16' | ||
| PLUGIN_OPTS: '-Dcheckstyle.skip=true -Drat.skip=true -Djacoco.skip=true -ntp -B -V -Pwarn-log -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.shade=warn -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.dependency=warn' | ||
| MVN_OPTS_INSTALL: '-DskipTests $(BUILD_PROFILES) $(PLUGIN_OPTS)' | ||
| MVN_OPTS_INSTALL: '-Phudi-platform-service -DskipTests $(BUILD_PROFILES) $(PLUGIN_OPTS)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Synced offline. This is due to the limitation of Thrift code generation. We have to live with it now.
Fix tests and artifact deployment for metaserver.
Fix tests and artifact deployment for metaserver.
Change Logs
hudi-platform-serviceprofile activated under-DdeployArtifactsImpact
Fix tests and artifact deployment for metaserver.
Risk level
Medium.
Documentation Update
NA
Contributor's checklist