-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-16560. [YARN] use protobuf-maven-plugin to generat… #1496
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
vinayakumarb
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.
Looks like changes of YARN and MAPREDUCE together is not able to meet precommit jenkins timeout deadline of 5 hrs.
May need to separate?
c34dd2e to
8d1a87e
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.
whitespace:tabs in line
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.
whitespace:tabs in line
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.
whitespace:tabs in line
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.
whitespace:tabs in line
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.
whitespace:tabs in line
|
💔 -1 overall
This message was automatically generated. |
8d1a87e to
a47edc2
Compare
| <goals> | ||
| <goal>protoc</goal> | ||
| </goals> | ||
| <id>src-test-compile-protoc</id> |
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.
Before this change, YarnSecurityTestAMRMTokenProtos was getting generated in "target/generated-sources" directory and has been treated as main src. But ideally it should be part of test only.
This should not be a problem I hope.
|
Test failures seems to be unrelated. Please re-check. javac error is mostly due to change in the location of the test proto file as mentioned above. +1 |
|
💔 -1 overall
This message was automatically generated. |
|
The javadoc warning is from generated source? I believe we should skip the checks on the generated files? |
Yes, there are many javac warnings are coming from generate source. Guess some API is deprecated, but generator still uses them. (may be because of syntax=proto2). |
…lasses (apache#1496) Signed-off-by: Vinayakumar B <[email protected]>
…lasses (apache#1496) Signed-off-by: Vinayakumar B <[email protected]>
…e protobuf classes