-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-24386][SPARK-24768][BUILD][FOLLOWUP] Fix lint-java and Scala 2.12 build. #21801
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
|
|
||
| log4j.additivity.hive.ql.metadata.Hive=false | ||
| log4j.logger.hive.ql.metadata.Hive=OFF | ||
| log4j.logger.hive.ql.metadata.Hive=OFF |
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.
hm.... I didn't know Maven's checkstyle checks resources too.
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.
Me neither, actually.
HyukjinKwon
left a comment
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.
LGTM
|
Test build #93214 has finished for PR 21801 at commit
|
|
Jenkins, retest this please. |
|
Test build #93216 has finished for PR 21801 at commit
|
|
retest this please |
|
Test build #93218 has finished for PR 21801 at commit
|
|
Merged to master. |
What changes were proposed in this pull request?
This pr fixes lint-java and Scala 2.12 build.
lint-java:
Scala 2.12 build:
How was this patch tested?
Manually executed lint-java and Scala 2.12 build in my local environment.