This is an automated email from the ASF dual-hosted git repository. ayushsaxena pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new b5f68b622530 MAPREDUCE-7463. Fix missing comma in HistoryServerRest.html response body (#6342). Contributed by wangzhongwei. b5f68b622530 is described below commit b5f68b6225306bf821d1eec022598cf711023b7e Author: gavin.wang <gracejia...@163.com> AuthorDate: Wed Dec 20 01:10:55 2023 +0800 MAPREDUCE-7463. Fix missing comma in HistoryServerRest.html response body (#6342). Contributed by wangzhongwei. Signed-off-by: Ayush Saxena <ayushsax...@apache.org> --- .../hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md index 89cf3f30902e..bb513f39a623 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md @@ -176,7 +176,7 @@ Response Body: "finishTime" : 1326381356010 }, { - "submitTime" : 1326381446500 + "submitTime" : 1326381446500, "state" : "SUCCEEDED", "user" : "user1", "reducesTotal" : 1, --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org