-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
YARN-11478. [Federation] SQLFederationStateStore Support Store ApplicationSubmitData. #5663
Conversation
🎊 +1 overall
This message was automatically generated. |
import org.apache.hadoop.yarn.api.records.ApplicationId; | ||
import org.apache.hadoop.yarn.api.records.ReservationId; | ||
import org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext; | ||
import org.apache.hadoop.yarn.api.records.*; |
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.
Expand
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.
Thanks for your suggestion! I will modify the code.
import org.apache.hadoop.yarn.server.federation.store.records.RouterStoreToken; | ||
import org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyRequest; | ||
import org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyResponse; | ||
import org.apache.hadoop.yarn.server.federation.store.records.*; |
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.
Expand
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.
I will modify the code.
🎊 +1 overall
This message was automatically generated. |
@goiri Thank you very much for your help in reviewing the code! I will set up the environment for testing Mysql and SqlServer scripts, which will take around 1-2 days. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Let's fix the checktyles and get a clean build (the failed unit tests look unrelated). |
|
🎊 +1 overall
This message was automatically generated. |
|
@goiri Thank you very much for helping to review the code! I have fixed the Checkstyle issues, and the modified database scripts have been verified on |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
@goiri Thank you very much for your help in reviewing the code! |
Description of PR
JIRA: YARN-11478. [Federation] SQLFederationStateStore Support Store ApplicationSubmitData.
How was this patch tested?
Add Junit Test.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?