Skip to content

Commit 18ba3d6

Browse files
cjn082030jennyinspur
authored andcommitted
MAPREDUCE-7258. HistoryServerRest.html#Task_Counters_API, modify the jobTaskCounters's itemName from taskcounterGroup to taskCounterGroup (#1808)
Co-authored-by: chenjuanni <chenjuanni@inspur.com> Signed-off-by: Akira Ajisaka <aajisaka@apache.org> (cherry picked from commit e31169c)
1 parent e4df745 commit 18ba3d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ With the task counters API, you can object a collection of resources that repres
14151415
| Item | Data Type | Description |
14161416
|:---- |:---- |:---- |
14171417
| id | string | The task id |
1418-
| taskcounterGroup | array of counterGroup objects(JSON)/zero or more counterGroup objects(XML) | A collection of counter group objects |
1418+
| taskCounterGroup | array of counterGroup objects(JSON)/zero or more counterGroup objects(XML) | A collection of counter group objects |
14191419

14201420
#### Elements of the *counterGroup* object
14211421

0 commit comments

Comments
 (0)