-
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
MAPREDUCE-7247. Modify HistoryServerRest.html content,change The job attempt id‘s datatype from string to int #1684
Conversation
…attempt id‘s datatype from string to int
🎊 +1 overall
This message was automatically generated. |
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 LGTM
Thanks for @kevinzhao1661 contributing.
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.
Nice catch. +1.
Thanks @kevinzhao1661 for the contribution and thanks @jiwq for the review. |
Hi @kevinzhao1661 , what is your id in ASF JIRA? I'd like to assign you to https://issues.apache.org/jira/browse/MAPREDUCE-7247 |
…attempt id‘s datatype from string to int (apache#1684)
…attempt id‘s datatype from string to int (apache#1684) (cherry picked from commit b8518e6)
…attempt id‘s datatype from string to int (apache#1684) (cherry picked from commit b8518e6)
The Job Attempts API http://history-server-http-address:port/ws/v1/history/mapreduce/jobs/{jobid}/jobattempts document, In http://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/HistoryServerRest.html#Job_Attempts_API, change The job attempt id‘s datatype from string to int.