From b8a8821735cfd4bf39b0bf7d3f426e5ac1147264 Mon Sep 17 00:00:00 2001 From: jenny <1913870153@qq.com> Date: Mon, 2 Aug 2021 14:36:53 +0800 Subject: [PATCH] MAPREDUCE-7258. HistoryServerRest.html#Task_Counters_API, modify the jobTaskCounters's itemName from taskcounterGroup to taskCounterGroup (#1808) Co-authored-by: chenjuanni Signed-off-by: Akira Ajisaka (cherry picked from commit e31169c8641384fa4b45d8a27c4b7a152c1ea35b) --- .../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 e8a8452780..89cf3f3090 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 @@ -1415,7 +1415,7 @@ With the task counters API, you can object a collection of resources that repres | Item | Data Type | Description | |:---- |:---- |:---- | | id | string | The task id | -| taskcounterGroup | array of counterGroup objects(JSON)/zero or more counterGroup objects(XML) | A collection of counter group objects | +| taskCounterGroup | array of counterGroup objects(JSON)/zero or more counterGroup objects(XML) | A collection of counter group objects | #### Elements of the *counterGroup* object