-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19343: Support -DskipShade in hadoop-gcp for faster test builds. #7874
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
💔 -1 overall
This message was automatically generated. |
d66349f
to
978ebba
Compare
💔 -1 overall
This message was automatically generated. |
Closes apache#7874 Reviewed-by: Arunkumar Chacko <[email protected]> Reviewed-by: Cheng Pan <[email protected]>
978ebba
to
0767325
Compare
💔 -1 overall
This message was automatically generated. |
Closes apache#7874 Reviewed-by: Arunkumar Chacko <[email protected]> Reviewed-by: Cheng Pan <[email protected]>
0767325
to
b520212
Compare
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.
+1
Closes #7874 Signed-off-by: Steve Loughran <[email protected]> Reviewed-by: Arunkumar Chacko <[email protected]> Reviewed-by: Cheng Pan <[email protected]>
@steveloughran , @arunkumarchacko and @pan3793 , thank you for the reviews. I committed this to the feature branch. |
💔 -1 overall
This message was automatically generated. |
Closes apache#7874 Signed-off-by: Steve Loughran <[email protected]> Reviewed-by: Arunkumar Chacko <[email protected]> Reviewed-by: Cheng Pan <[email protected]>
Description of PR
Support
-DskipShade
in hadoop-gcp for faster test builds. This aligns with other sub-modules that support the same flag to skip shading.How was this patch tested?
I ran local
mvn clean package
with and without-DskipShade
to verify that it shades by default but skips shading with the flag.For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?