You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2022/04/25 05:31:52 UTC

[hadoop] branch branch-3.2 updated: MAPREDUCE-7246. In MapredAppMasterRest#Mapreduce_Application_Master_Info_API, updating the datatype of appId to "string". (#4223)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new ca9f18b7d68 MAPREDUCE-7246. In MapredAppMasterRest#Mapreduce_Application_Master_Info_API, updating the datatype of appId to "string". (#4223)
ca9f18b7d68 is described below

commit ca9f18b7d68eadcaece5c45f18f62e17eed16962
Author: Ashutosh Gupta <as...@st.niituniversity.in>
AuthorDate: Mon Apr 25 06:29:35 2022 +0100

    MAPREDUCE-7246. In MapredAppMasterRest#Mapreduce_Application_Master_Info_API, updating the datatype of appId to "string". (#4223)
    
    Co-authored-by: Ashutosh Gupta <as...@amazon.com>
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit fb13c1e4a8a945328781fa533b5bf22786b830f1)
---
 .../src/site/markdown/MapredAppMasterRest.md                            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredAppMasterRest.md b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredAppMasterRest.md
index 7d942caba7e..a0bdf3f7147 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredAppMasterRest.md
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredAppMasterRest.md
@@ -48,7 +48,7 @@ When you make a request for the mapreduce application master information, the in
 
 | Item | Data Type | Description |
 |:---- |:---- |:---- |
-| appId | long | The application id |
+| appId | string | The application id |
 | startedOn | long | The time the application started (in ms since epoch) |
 | name | string | The name of the application |
 | user | string | The user name of the user who started the application |


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org